commit bash-20090930 snapshot

This commit is contained in:
Chet Ramey
2011-12-08 20:16:46 -05:00
parent 82a5df635a
commit 176b12eef0
36 changed files with 512 additions and 180 deletions
+2 -2
View File
@@ -528,8 +528,8 @@ _rl_init_terminal_io (terminal_name)
/* Check to see if this terminal has a meta key and clear the capability
variables if there is none. */
term_has_meta = (tgetflag ("km") || tgetflag ("MT"));
if (!term_has_meta)
term_has_meta = tgetflag ("km") != 0;
if (term_has_meta == 0)
_rl_term_mm = _rl_term_mo = (char *)NULL;
/* Attempt to find and bind the arrow keys. Do not override already