/[LeafOK_CVS]/lbbs/src/editor.c
ViewVC logotype

Diff of /lbbs/src/editor.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.62 by sysadm, Thu Dec 18 02:56:00 2025 UTC Revision 1.63 by sysadm, Thu Dec 18 10:43:48 2025 UTC
# Line 971  int editor_display(EDITOR_DATA *p_editor Line 971  int editor_display(EDITOR_DATA *p_editor
971                                          log_debug("KEY_NULL\n");                                          log_debug("KEY_NULL\n");
972                                          goto cleanup;                                          goto cleanup;
973                                  case KEY_TIMEOUT:                                  case KEY_TIMEOUT:
974                                          log_error("User input timeout\n");                                          log_debug("User input timeout\n");
975                                          goto cleanup;                                          goto cleanup;
976                                  case Ctrl('W'):                                  case Ctrl('W'):
977                                  case Ctrl('X'):                                  case Ctrl('X'):


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1