Parent Directory
|
Revision Log
|
Patch
| Revision 1.3 by sysadm, Tue Jun 10 06:48:23 2025 UTC | Revision 1.4 by sysadm, Thu Jun 12 03:16:35 2025 UTC | |
|---|---|---|
| # | Line 24 | Line 24 |
| 24 | ||
| 25 | struct editor_data_t | struct editor_data_t |
| 26 | { | { |
| char *p_data_lines[MAX_EDITOR_DATA_LINES]; | ||
| long data_line_total; | ||
| 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]; |
| 29 | long display_line_total; | long display_line_total; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |