aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--boxes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boxes.c b/boxes.c
index 029868c..11c3de8 100644
--- a/boxes.c
+++ b/boxes.c
@@ -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
2060struct keyCommand simpleLessKeys[] = 2060struct keyCommand simpleLessKeys[] =
2061{ 2061{