aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vi.c')
-rw-r--r--editors/vi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vi.c b/editors/vi.c
index 0ea547a75..f8fab7028 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -1042,7 +1042,7 @@ static int readit(void) // read (maybe cursor) key from stdin
1042 goto again; 1042 goto again;
1043 go_bottom_and_clear_to_eol(); 1043 go_bottom_and_clear_to_eol();
1044 cookmode(); // terminal to "cooked" 1044 cookmode(); // terminal to "cooked"
1045 bb_error_msg_and_die("can't read user input"); 1045 bb_simple_error_msg_and_die("can't read user input");
1046 } 1046 }
1047 return c; 1047 return c;
1048} 1048}