Parent Directory
|
Revision Log
|
Patch
| Revision 1.32 by sysadm, Fri Jun 27 10:14:47 2025 UTC | Revision 1.33 by sysadm, Fri Jun 27 12:54:31 2025 UTC | |
|---|---|---|
| # | Line 706 int editor_display(EDITOR_DATA *p_editor | Line 706 int editor_display(EDITOR_DATA *p_editor |
| 706 | iflush(); | iflush(); |
| 707 | ||
| 708 | str_len = 0; | str_len = 0; |
| input_ok = 0; | ||
| 709 | ch = igetch_t(MAX_DELAY_TIME); | ch = igetch_t(MAX_DELAY_TIME); |
| 710 | while (!SYS_server_exit && !input_ok) | while (!SYS_server_exit) |
| 711 | { | { |
| 712 | // extended key handler | // extended key handler |
| 713 | if (editor_display_key_handler(&ch, &ctx) != 0) | if (editor_display_key_handler(&ch, &ctx) != 0) |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |