diff options
-rw-r--r-- | boxes.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -838,6 +838,7 @@ void formatCheckCursor(view *view, long *cX, long *cY, char *input) | |||
838 | } | 838 | } |
839 | 839 | ||
840 | // TODO - Should convert control characters to reverse video, and deal with UTF8. | 840 | // TODO - Should convert control characters to reverse video, and deal with UTF8. |
841 | // TODO - We get passed a NULL input, apparently when the file length is close to the screen length. See the mailing list for details. Fix that. | ||
841 | int formatLine(view *view, char *input, char **output) | 842 | int formatLine(view *view, char *input, char **output) |
842 | { | 843 | { |
843 | int len = strlen(input), i = 0, o = 0; | 844 | int len = strlen(input), i = 0, o = 0; |