diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-02-08 18:01:17 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-02-08 18:01:17 +0000 |
commit | 130b77edc737fcd113964fd77123285d78dfe3f9 (patch) | |
tree | d119ec705776456c59a00535a37448fee1cd83f5 /tty-term.c | |
parent | e09625e38b361b8ce0b8fa88851f447144f1a718 (diff) | |
parent | 05802a6fe309e3b4559286ca5ce3c51f7367d661 (diff) | |
download | rtmux-130b77edc737fcd113964fd77123285d78dfe3f9.tar.gz rtmux-130b77edc737fcd113964fd77123285d78dfe3f9.tar.bz2 rtmux-130b77edc737fcd113964fd77123285d78dfe3f9.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
@@ -98,6 +98,7 @@ static const struct tty_term_code_entry tty_term_codes[] = { [TTYC_ICH1] = { TTYCODE_STRING, "ich1" }, [TTYC_IL] = { TTYCODE_STRING, "il" }, [TTYC_IL1] = { TTYCODE_STRING, "il1" }, + [TTYC_INDN] = { TTYCODE_STRING, "indn" }, [TTYC_INVIS] = { TTYCODE_STRING, "invis" }, [TTYC_IS1] = { TTYCODE_STRING, "is1" }, [TTYC_IS2] = { TTYCODE_STRING, "is2" }, |