aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-10-05 12:01:23 +0100
committerThomas Adam <thomas@xteddy.org>2020-10-05 12:01:23 +0100
commitf5b7ebc540fe3db5c3a5fe97d01de44551e76058 (patch)
tree0a80a47f98ec4146143b6b92286c359f201dcbc1 /tty-term.c
parent92a2e7411f26257bba32317793eac3d42a330b6b (diff)
parent1479e32e1af82826dbc5a323e22f1a96eb0a692b (diff)
downloadrtmux-f5b7ebc540fe3db5c3a5fe97d01de44551e76058.tar.gz
rtmux-f5b7ebc540fe3db5c3a5fe97d01de44551e76058.tar.bz2
rtmux-f5b7ebc540fe3db5c3a5fe97d01de44551e76058.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tty-term.c')
-rw-r--r--tty-term.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tty-term.c b/tty-term.c
index a5d57cd7..3007dc01 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -248,6 +248,7 @@ static const struct tty_term_code_entry tty_term_codes[] = {
[TTYC_KUP6] = { TTYCODE_STRING, "kUP6" },
[TTYC_KUP7] = { TTYCODE_STRING, "kUP7" },
[TTYC_MS] = { TTYCODE_STRING, "Ms" },
+ [TTYC_OL] = { TTYCODE_STRING, "ol" },
[TTYC_OP] = { TTYCODE_STRING, "op" },
[TTYC_REV] = { TTYCODE_STRING, "rev" },
[TTYC_RGB] = { TTYCODE_FLAG, "RGB" },
@@ -258,6 +259,7 @@ static const struct tty_term_code_entry tty_term_codes[] = {
[TTYC_RMKX] = { TTYCODE_STRING, "rmkx" },
[TTYC_SETAB] = { TTYCODE_STRING, "setab" },
[TTYC_SETAF] = { TTYCODE_STRING, "setaf" },
+ [TTYC_SETAL] = { TTYCODE_STRING, "setal" },
[TTYC_SETRGBB] = { TTYCODE_STRING, "setrgbb" },
[TTYC_SETRGBF] = { TTYCODE_STRING, "setrgbf" },
[TTYC_SETULC] = { TTYCODE_STRING, "Setulc" },