Parent Directory
|
Revision Log
|
Patch
| Revision 1.34 by sysadm, Fri Jun 27 13:26:59 2025 UTC | Revision 1.35 by sysadm, Fri Jun 27 14:09:50 2025 UTC | |
|---|---|---|
| # | Line 675 int editor_display(EDITOR_DATA *p_editor | Line 675 int editor_display(EDITOR_DATA *p_editor |
| 675 | return ch; | return ch; |
| 676 | } | } |
| 677 | ||
| 678 | loop = 1; | for (loop = 1; !SYS_server_exit && loop;) |
| while (!SYS_server_exit && loop) | ||
| 679 | { | { |
| 680 | if (line_current >= p_editor_data->display_line_total || output_current_row > output_end_row) | if (line_current >= p_editor_data->display_line_total || output_current_row > output_end_row) |
| 681 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |