console/libgnt/gntwm.c

changeset 15020
e1eade200113
parent 14966
28f21386d822
child 15129
4722d1cf7938
equal deleted inserted replaced
15019:825ed14a3aa7 15020:e1eade200113
1013 } 1013 }
1014 } 1014 }
1015 if (strcmp(keys, "\r") == 0 || strcmp(keys, "\033") == 0) { 1015 if (strcmp(keys, "\r") == 0 || strcmp(keys, "\033") == 0) {
1016 window_reverse(widget, FALSE); 1016 window_reverse(widget, FALSE);
1017 wm->mode = GNT_KP_MODE_NORMAL; 1017 wm->mode = GNT_KP_MODE_NORMAL;
1018 return;
1019 } 1018 }
1019 return;
1020 } 1020 }
1021 1021
1022 wm->event_stack = TRUE; 1022 wm->event_stack = TRUE;
1023 1023
1024 /* Escape to close the window-list or action-list window */ 1024 /* Escape to close the window-list or action-list window */

mercurial