Parent Directory
|
Revision Log
|
Patch
| Revision 1.11 by sysadm, Sun Mar 20 17:37:14 2005 UTC | Revision 1.12 by sysadm, Mon Mar 21 17:08:21 2005 UTC | |
|---|---|---|
| # | Line 279 display_file_ex (const char *filename, i | Line 279 display_file_ex (const char *filename, i |
| 279 | } | } |
| 280 | break; | break; |
| 281 | case KEY_RIGHT: | case KEY_RIGHT: |
| 282 | case KEY_PGDOWN: | case KEY_PGDN: |
| 283 | case Ctrl ('F'): | case Ctrl ('F'): |
| 284 | case KEY_SPACE: | case KEY_SPACE: |
| 285 | c_line_begin += (screen_lines - begin_line - 1); | c_line_begin += (screen_lines - begin_line - 1); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |