vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit f32feaeaf05dc2d679c62905a4d2ec699ab373de parent c6e9472bd2b39e81d364f062a3c152a57346d4e6 Author: Marc André Tanner <mat@brain-dump.org> Date: Thu, 6 Oct 2016 21:34:56 +0200 Merge branch 'exit' of https://github.com/eworm-de/vis Diffstat:
| M | vis-menu.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vis-menu.c b/vis-menu.c @@ -122,7 +122,7 @@ static void die(const char *s) { tcsetattr(0, TCSANOW, &tio_old); fprintf(stderr, "%s\n", s); - exit(1); + exit(EXIT_FAILURE); } static void