Update reminder of adding support for escape sequences.

This commit is contained in:
Joachim Nilsson 2008-06-10 07:29:06 +02:00
parent b935808b7d
commit 05f4234310

4
TODO
View File

@ -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