commit bash-snap-20181031 snapshot

This commit is contained in:
Chet Ramey
2018-10-31 11:29:35 -04:00
parent 941cd04a53
commit d4df3b11b5
3 changed files with 16 additions and 0 deletions
+1
View File
@@ -595,6 +595,7 @@ bind_termcap_arrow_keys (Keymap map)
rl_bind_keyseq_if_unbound (_rl_term_at7, rl_end_of_line); /* End */
rl_bind_keyseq_if_unbound (_rl_term_kD, rl_delete);
rl_bind_keyseq_if_unbound (_rl_term_kI, rl_overwrite_mode); /* Insert */
_rl_keymap = xkeymap;
}