diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-08-06 07:02:33 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-08-06 07:02:33 +0100 |
commit | 9b3fefc43529666b1f6adc5efc89f6a5f127f274 (patch) | |
tree | 4ecbf1bbb63a701276b26d3762384ee717f76565 /tty-term.c | |
parent | eb8eeab05e5ef158674f7d4ace78ba4caa0bb27e (diff) | |
parent | 45f4ff54850ff9b448070a96b33e63451f973e33 (diff) | |
download | rtmux-9b3fefc43529666b1f6adc5efc89f6a5f127f274.tar.gz rtmux-9b3fefc43529666b1f6adc5efc89f6a5f127f274.tar.bz2 rtmux-9b3fefc43529666b1f6adc5efc89f6a5f127f274.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
@@ -242,6 +242,7 @@ static const struct tty_term_code_entry tty_term_codes[] = { [TTYC_REV] = { TTYCODE_STRING, "rev" }, [TTYC_RGB] = { TTYCODE_FLAG, "RGB" }, [TTYC_RI] = { TTYCODE_STRING, "ri" }, + [TTYC_RIN] = { TTYCODE_STRING, "rin" }, [TTYC_RMACS] = { TTYCODE_STRING, "rmacs" }, [TTYC_RMCUP] = { TTYCODE_STRING, "rmcup" }, [TTYC_RMKX] = { TTYCODE_STRING, "rmkx" }, |