aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-01-27 12:30:25 +1000
committerDavid Walter Seikel2014-01-27 12:30:25 +1000
commitdbaf7294b349491b91152f03cc7cb1194018f486 (patch)
treed790b22dede23122f269b41f8465f40ee0e819cc
parentFix some typos in comments. (diff)
downloadboxes-dbaf7294b349491b91152f03cc7cb1194018f486.zip
boxes-dbaf7294b349491b91152f03cc7cb1194018f486.tar.gz
boxes-dbaf7294b349491b91152f03cc7cb1194018f486.tar.bz2
boxes-dbaf7294b349491b91152f03cc7cb1194018f486.tar.xz
Clarify a comment.
-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{