OSDN Git Service

Clarify ANSI, not POSIX, terminal escapes in ChangeLog
authormmitchel <mmitchel>
Mon, 25 Jul 2005 15:13:33 +0000 (15:13 +0000)
committermmitchel <mmitchel>
Mon, 25 Jul 2005 15:13:33 +0000 (15:13 +0000)
readline/ChangeLog.gdb

index cdf2686..7105ea3 100644 (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.