/[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.39 by sysadm, Wed Jul 2 04:17:33 2025 UTC Revision 1.40 by sysadm, Sun Jul 20 02:04:21 2025 UTC
# Line 729  int editor_display(EDITOR_DATA *p_editor Line 729  int editor_display(EDITOR_DATA *p_editor
729                                                  ch = igetch(100);                                                // 0.1 second                                                  ch = igetch(100);                                                // 0.1 second
730                                                  if (ch == KEY_NULL || ch == KEY_TIMEOUT) // Ignore received bytes if no futher input                                                  if (ch == KEY_NULL || ch == KEY_TIMEOUT) // Ignore received bytes if no futher input
731                                                  {                                                  {
732    #ifdef _DEBUG
733                                                          log_error("Ignore %d bytes of incomplete UTF8 character\n", str_len);                                                          log_error("Ignore %d bytes of incomplete UTF8 character\n", str_len);
734    #endif
735                                                          str_len = 0;                                                          str_len = 0;
736                                                          break;                                                          break;
737                                                  }                                                  }


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

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