/[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.16 by sysadm, Thu Jun 12 10:34:21 2025 UTC Revision 1.17 by sysadm, Thu Jun 12 12:53:49 2025 UTC
# Line 576  static int editor_display_key_handler(in Line 576  static int editor_display_key_handler(in
576          {          {
577          case 0: // Set msg          case 0: // Set msg
578                  snprintf(p_ctx->msg, sizeof(p_ctx->msg),                  snprintf(p_ctx->msg, sizeof(p_ctx->msg),
579                                   "| Í˳ö[\033[32mCtrl-C\033[33m] | °ïÖú[\033[32mh\033[33m] |");                                   "| Í˳ö[\033[32mCtrl-W\033[33m] | °ïÖú[\033[32mh\033[33m] |");
580                  break;                  break;
581          }          }
582    
# Line 801  int editor_display(EDITOR_DATA *p_editor Line 801  int editor_display(EDITOR_DATA *p_editor
801                                  case KEY_NULL:                                  case KEY_NULL:
802                                  case KEY_TIMEOUT:                                  case KEY_TIMEOUT:
803                                          goto cleanup;                                          goto cleanup;
804                                  case Ctrl('C'):                                  case Ctrl('W'):
805                                          loop = 0;                                          loop = 0;
806                                          break;                                          break;
807                                  case Ctrl('S'): // Start of line                                  case Ctrl('S'): // Start of line


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

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