From 05f4234310ccede1f0b52e69585fa4138cb613f3 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Tue, 10 Jun 2008 07:29:06 +0200 Subject: [PATCH] Update reminder of adding support for escape sequences. --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 23ae195..e95d6c2 100644 --- a/TODO +++ b/TODO @@ -4,3 +4,7 @@ TODO * Add --enable-FEATURE for features defined in Makefile-minix.in +* Add support for arrow keys, home, end, etc. See the following URL + for how to catch complex key strokes such as escape sequences: + http://www.unixwiz.net/techtips/termios-vmin-vtime.html +