diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-02-07 13:41:17 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-02-07 13:41:17 +0000 |
commit | 8872a0da8e9588b0ec5eac1a1cc3753037ed68e1 (patch) | |
tree | 5c21a56f80ffeed5c2c1edadb7b1b73873026a3a /tty-term.c | |
parent | 0f5a2c86da5cf2cf024b0653fb84f2dc69c246a2 (diff) | |
parent | 9f66fb4fd779640c214df812afcdc0840d851c53 (diff) | |
download | rtmux-8872a0da8e9588b0ec5eac1a1cc3753037ed68e1.tar.gz rtmux-8872a0da8e9588b0ec5eac1a1cc3753037ed68e1.tar.bz2 rtmux-8872a0da8e9588b0ec5eac1a1cc3753037ed68e1.zip |
Merge branch 'master' of github.com:tmux/tmux
Diffstat (limited to 'tty-term.c')
-rw-r--r-- | tty-term.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ static const struct tty_term_code_entry tty_term_codes[] = { [TTYC_DL1] = { TTYCODE_STRING, "dl1" }, [TTYC_E3] = { TTYCODE_STRING, "E3" }, [TTYC_ECH] = { TTYCODE_STRING, "ech" }, + [TTYC_ED] = { TTYCODE_STRING, "ed" }, [TTYC_EL] = { TTYCODE_STRING, "el" }, [TTYC_EL1] = { TTYCODE_STRING, "el1" }, [TTYC_ENACS] = { TTYCODE_STRING, "enacs" }, |