Skip to content

Commit eea3d4e

Browse files
committed
Changed exit key to ctrl+c
1 parent be1777d commit eea3d4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

print.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ void run_mode(int m, struct Window *w, struct Cursor *c, struct File *f)
139139
switch (m)
140140
{
141141
case EDIT_MODE:
142-
dialog(w, "[Esc] Quit [F1] Save [F2] Save as [F3] Open [F4] New [F5] Delete line", "Unnamed Text Editor");
142+
dialog(w, "[Ctrl+c] Quit [F1] Save [F2] Save as [F3] Open [F4] New [F5] Delete line", "Unnamed Text Editor");
143143
print_contents(w, c, f);
144144
get_input(w, c, f);
145145
break;

0 commit comments

Comments
 (0)