diff options
author | David Walter Seikel | 2014-01-27 12:30:25 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-01-27 12:30:25 +1000 |
commit | dbaf7294b349491b91152f03cc7cb1194018f486 (patch) | |
tree | d790b22dede23122f269b41f8465f40ee0e819cc | |
parent | Fix some typos in comments. (diff) | |
download | boxes-dbaf7294b349491b91152f03cc7cb1194018f486.zip boxes-dbaf7294b349491b91152f03cc7cb1194018f486.tar.gz boxes-dbaf7294b349491b91152f03cc7cb1194018f486.tar.bz2 boxes-dbaf7294b349491b91152f03cc7cb1194018f486.tar.xz |
Clarify a comment.
-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 | { |