Parent Directory
|
Revision Log
|
Patch
| Revision 1.135 by sysadm, Thu Dec 18 02:56:01 2025 UTC | Revision 1.136 by sysadm, Thu Dec 18 10:43:48 2025 UTC | |
|---|---|---|
| # | Line 719 int display_data(const void *p_data, lon | Line 719 int display_data(const void *p_data, lon |
| 719 | log_debug("KEY_NULL\n"); | log_debug("KEY_NULL\n"); |
| 720 | goto cleanup; | goto cleanup; |
| 721 | case KEY_TIMEOUT: | case KEY_TIMEOUT: |
| 722 | log_error("User input timeout\n"); | log_debug("User input timeout\n"); |
| 723 | goto cleanup; | goto cleanup; |
| 724 | case KEY_HOME: | case KEY_HOME: |
| 725 | if (line_current - output_current_row < 0) // Reach begin | if (line_current - output_current_row < 0) // Reach begin |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |