Parent Directory
|
Revision Log
|
Patch
| Revision 1.38 by sysadm, Tue May 6 12:10:22 2025 UTC | Revision 1.39 by sysadm, Tue May 6 13:34:28 2025 UTC | |
|---|---|---|
| # | Line 317 int display_file_ex(const char *filename | Line 317 int display_file_ex(const char *filename |
| 317 | } | } |
| 318 | c_line_current -= line; | c_line_current -= line; |
| 319 | line = begin_line; | line = begin_line; |
| 320 | max_lines = begin_line + 1; | // max_lines = begin_line + 1; |
| 321 | prints("\033[T"); // Scroll down 1 line | // prints("\033[T"); // Scroll down 1 line |
| 322 | // max_lines = screen_rows - 1; // Legacy Fterm only works with this line | max_lines = screen_rows - 1; // Legacy Fterm only works with this line |
| 323 | break; | break; |
| 324 | case KEY_DOWN: | case KEY_DOWN: |
| 325 | case CR: | case CR: |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |