summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2020-10-05 09:53:01 +0000
committernicm <nicm@openbsd.org>2020-10-05 09:53:01 +0000
commite9a14db2d1c01199fab6d558dd73606b30065f78 (patch)
tree240b997a771f717d11991b926a45c5c2c0ec5498 /usr.bin/tmux/tmux.h
parentRemove redundant code and lets code looks similar (diff)
downloadwireguard-openbsd-e9a14db2d1c01199fab6d558dd73606b30065f78.tar.xz
wireguard-openbsd-e9a14db2d1c01199fab6d558dd73606b30065f78.zip
Use the setal capability as well as (tmux's) Setulc.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index 2be79db5500..3f405b28737 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.1078 2020/09/22 05:23:34 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.1079 2020/10/05 09:53:01 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -448,6 +448,7 @@ enum tty_code_code {
TTYC_KUP6,
TTYC_KUP7,
TTYC_MS,
+ TTYC_OL,
TTYC_OP,
TTYC_REV,
TTYC_RGB,
@@ -459,6 +460,7 @@ enum tty_code_code {
TTYC_SE,
TTYC_SETAB,
TTYC_SETAF,
+ TTYC_SETAL,
TTYC_SETRGBB,
TTYC_SETRGBF,
TTYC_SETULC,