From dbaf7294b349491b91152f03cc7cb1194018f486 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 27 Jan 2014 12:30:25 +1000 Subject: Clarify a comment. --- boxes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = // '/' and '?' for search command mode. I think they both have some ex commands with the usual : command mode starter. // No cursor movement, just scrolling. // TODO - Put content into read only mode. -// TODO - actually implement read only mode where up and down one line do actualy scrolling. +// TODO - actually implement read only mode where up and down one line do actual scrolling instead of cursor movement. struct keyCommand simpleLessKeys[] = { -- cgit v1.1