Parent Directory
|
Revision Log
|
Patch
| Revision 1.43 by sysadm, Wed Oct 1 02:49:13 2025 UTC | Revision 1.44 by sysadm, Wed Oct 1 11:32:50 2025 UTC | |
|---|---|---|
| # | Line 1110 int editor_display(EDITOR_DATA *p_editor | Line 1110 int editor_display(EDITOR_DATA *p_editor |
| 1110 | col_pos = MIN(col_pos, MAX(1, p_editor_data->display_line_widths[line_current - output_current_row + row_pos])); | col_pos = MIN(col_pos, MAX(1, p_editor_data->display_line_widths[line_current - output_current_row + row_pos])); |
| 1111 | clrline(output_current_row, SCREEN_ROWS); | clrline(output_current_row, SCREEN_ROWS); |
| 1112 | break; | break; |
| 1113 | case Ctrl('Q'): | |
| 1114 | case KEY_F1: | case KEY_F1: |
| 1115 | if (!show_help) // Not reentrant | if (!show_help) // Not reentrant |
| 1116 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |