Clarify ANSI, not POSIX, terminal escapes in ChangeLog

This commit is contained in:
Mark Mitchell 2005-07-25 15:13:33 +00:00
parent fd8be987f8
commit 40afd87930

View File

@ -3,7 +3,7 @@
* input.c (rl_getc): Use getch to read console input on
Windows.
* readline.c (bind_arrow_keys_internal): Translate
Windows keysequences into POSIX key sequences.
Windows keysequences into ANSI key sequences.
* rldefs.h (NO_TTY_DRIVER): Define on MinGW.
* rltty.c: Conditionalize on NO_TTY_DRIVER throughout.