/[LeafOK_CVS]/lbbs/include/editor.h
ViewVC logotype

Diff of /lbbs/include/editor.h

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

Revision 1.6 by sysadm, Sun Jun 15 13:40:52 2025 UTC Revision 1.7 by sysadm, Wed Jul 2 04:17:33 2025 UTC
# Line 25  Line 25 
25  struct editor_data_t  struct editor_data_t
26  {  {
27          char *p_display_lines[MAX_EDITOR_DATA_LINES];          char *p_display_lines[MAX_EDITOR_DATA_LINES];
28          long display_line_lengths[MAX_EDITOR_DATA_LINES];          long display_line_lengths[MAX_EDITOR_DATA_LINES]; // string length of display line
29            int display_line_widths[MAX_EDITOR_DATA_LINES]; // display width of display line
30          long display_line_total;          long display_line_total;
31  };  };
32  typedef struct editor_data_t EDITOR_DATA;  typedef struct editor_data_t EDITOR_DATA;


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

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