/[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.40 by sysadm, Sun Jul 20 02:04:21 2025 UTC Revision 1.42 by sysadm, Tue Sep 30 06:05:48 2025 UTC
# Line 807  int editor_display(EDITOR_DATA *p_editor Line 807  int editor_display(EDITOR_DATA *p_editor
807                                                          {                                                          {
808                                                                  col_pos = 1;                                                                  col_pos = 1;
809                                                          }                                                          }
810                                                          if (ch != CR)                                                          if (offset_out > 0)
811                                                          {                                                          {
812                                                                  col_pos += (str_len == 1 ? 1 : 2);                                                                  col_pos += (str_len == 1 ? 1 : 2);
813                                                          }                                                          }
# Line 920  int editor_display(EDITOR_DATA *p_editor Line 920  int editor_display(EDITOR_DATA *p_editor
920                                  case KEY_TIMEOUT:                                  case KEY_TIMEOUT:
921                                          goto cleanup;                                          goto cleanup;
922                                  case Ctrl('W'):                                  case Ctrl('W'):
923                                    case Ctrl('X'):
924                                          loop = 0;                                          loop = 0;
925                                          break;                                          break;
926                                  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