summaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-07-25 15:13:33 +0000
committerMark Mitchell <mark@codesourcery.com>2005-07-25 15:13:33 +0000
commit40afd879302a087103c408f437bdccd1f5f86d63 (patch)
treec3fdcc652c1a0183d66074f8d64b2d60f88b6305 /readline
parentfd8be987f8334e9530be6ca571c54695892aa871 (diff)
downloadbinutils-gdb-40afd879302a087103c408f437bdccd1f5f86d63.tar.gz
Clarify ANSI, not POSIX, terminal escapes in ChangeLog
Diffstat (limited to 'readline')
-rw-r--r--readline/ChangeLog.gdb2
1 files changed, 1 insertions, 1 deletions
diff --git a/readline/ChangeLog.gdb b/readline/ChangeLog.gdb
index cdf268648a1..7105ea387d9 100644
--- a/readline/ChangeLog.gdb
+++ b/readline/ChangeLog.gdb
@@ -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.