Parent Directory
|
Revision Log
|
Patch
| Revision 1.33 by sysadm, Fri Jun 27 12:54:31 2025 UTC | Revision 1.34 by sysadm, Fri Jun 27 13:26:59 2025 UTC | |
|---|---|---|
| # | Line 812 int editor_display(EDITOR_DATA *p_editor | Line 812 int editor_display(EDITOR_DATA *p_editor |
| 812 | { | { |
| 813 | if (line_current - output_current_row + row_pos <= 0 && col_pos <= 1) // Forbidden | if (line_current - output_current_row + row_pos <= 0 && col_pos <= 1) // Forbidden |
| 814 | { | { |
| 815 | ch = igetch_t(MAX_DELAY_TIME); | break; // force output prior operation result if any |
| continue; | ||
| 816 | } | } |
| 817 | ||
| 818 | col_pos--; | col_pos--; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |