/[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.41 by sysadm, Sun Sep 28 11:18:28 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                                                          }                                                          }


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

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