diff options
Diffstat (limited to '')
-rw-r--r-- | boxes.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2055,7 +2055,7 @@ struct context simpleJoe = | |||
2055 | // '/' and '?' for search command mode. I think they both have some ex commands with the usual : command mode starter. | 2055 | // '/' and '?' for search command mode. I think they both have some ex commands with the usual : command mode starter. |
2056 | // No cursor movement, just scrolling. | 2056 | // No cursor movement, just scrolling. |
2057 | // TODO - Put content into read only mode. | 2057 | // TODO - Put content into read only mode. |
2058 | // TODO - actually implement read only mode where up and down one line do actualy scrolling. | 2058 | // TODO - actually implement read only mode where up and down one line do actual scrolling instead of cursor movement. |
2059 | 2059 | ||
2060 | struct keyCommand simpleLessKeys[] = | 2060 | struct keyCommand simpleLessKeys[] = |
2061 | { | 2061 | { |