aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-06-27 17:02:26 +0100
committerThomas Adam <thomas@xteddy.org>2019-06-27 17:02:26 +0100
commite483ce138fbae32491df7e2dea23690e5aca3894 (patch)
tree3970a77700f70ebe177fd3ab3733f5d14da79fe9 /tty-term.c
parentc4a92999563e20617f949ac781f1465843fb088c (diff)
parentdae2868d1227b95fd076fb4a5efa6256c7245943 (diff)
downloadrtmux-e483ce138fbae32491df7e2dea23690e5aca3894.tar.gz
rtmux-e483ce138fbae32491df7e2dea23690e5aca3894.tar.bz2
rtmux-e483ce138fbae32491df7e2dea23690e5aca3894.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tty-term.c')
-rw-r--r--tty-term.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tty-term.c b/tty-term.c
index d2cdf86a..eabadf6b 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -249,6 +249,7 @@ static const struct tty_term_code_entry tty_term_codes[] = {
[TTYC_SETAF] = { TTYCODE_STRING, "setaf" },
[TTYC_SETRGBB] = { TTYCODE_STRING, "setrgbb" },
[TTYC_SETRGBF] = { TTYCODE_STRING, "setrgbf" },
+ [TTYC_SETULC] = { TTYCODE_STRING, "Setulc" },
[TTYC_SE] = { TTYCODE_STRING, "Se" },
[TTYC_SGR0] = { TTYCODE_STRING, "sgr0" },
[TTYC_SITM] = { TTYCODE_STRING, "sitm" },