| 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 |
{ |
{ |
| 811 |
{ |
{ |
| 812 |
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 |
| 813 |
{ |
{ |
| 814 |
ch = igetch_t(MAX_DELAY_TIME); |
break; // force output prior operation result if any |
|
continue; |
|
| 815 |
} |
} |
| 816 |
|
|
| 817 |
col_pos--; |
col_pos--; |