diff options
author | 2020-10-05 09:53:01 +0000 | |
---|---|---|
committer | 2020-10-05 09:53:01 +0000 | |
commit | e9a14db2d1c01199fab6d558dd73606b30065f78 (patch) | |
tree | 240b997a771f717d11991b926a45c5c2c0ec5498 /usr.bin/tmux/tmux.h | |
parent | Remove redundant code and lets code looks similar (diff) | |
download | wireguard-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.h | 4 |
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, |