diff options
author | Thomas Adam <thomas@xteddy.org> | 2013-01-17 01:38:21 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2013-01-17 01:38:21 +0000 |
commit | de194016ec345db2a2a3e0b0d69080e288623597 (patch) | |
tree | 8222c9caa50815342d4ed66f2291c8b986926609 /tty-term.c | |
parent | 675c6b37734a622b4530d35505f897310fdb138c (diff) | |
parent | e33ba57c13139bc9ae6e92be169de6dc322e38eb (diff) | |
download | rtmux-de194016ec345db2a2a3e0b0d69080e288623597.tar.gz rtmux-de194016ec345db2a2a3e0b0d69080e288623597.tar.bz2 rtmux-de194016ec345db2a2a3e0b0d69080e288623597.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tty-term.c')
-rw-r--r-- | tty-term.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ const struct tty_term_code_entry tty_term_codes[NTTYCODE] = { { TTYC_DL, TTYCODE_STRING, "dl" }, { TTYC_DL1, TTYCODE_STRING, "dl1" }, { TTYC_E3, TTYCODE_STRING, "E3" }, + { TTYC_ECH, TTYCODE_STRING, "ech" }, { TTYC_EL, TTYCODE_STRING, "el" }, { TTYC_EL1, TTYCODE_STRING, "el1" }, { TTYC_ENACS, TTYCODE_STRING, "enacs" }, |