summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2011-04-09 07:48:08 +0000
committernicm <nicm@openbsd.org>2011-04-09 07:48:08 +0000
commit93ee3d524bee74c438fe446d5e09a6940a1bf76c (patch)
tree3539d5244a583abeeff1465c9d967a43b98fd119 /usr.bin/tmux/tmux.h
parentuse unique wait channels (diff)
downloadwireguard-openbsd-93ee3d524bee74c438fe446d5e09a6940a1bf76c.tar.xz
wireguard-openbsd-93ee3d524bee74c438fe446d5e09a6940a1bf76c.zip
If the terminal supports sitm for italics, use it instead of standout
(smso). From Tiago Resende.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index 5f0f6f02bed..daa5dab9bc2 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.279 2011/04/06 21:51:31 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.280 2011/04/09 07:48:08 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -323,6 +323,7 @@ enum tty_code_code {
TTYC_SMKX, /* keypad_xmit, ks */
TTYC_SMSO, /* enter_standout_mode, so */
TTYC_SMUL, /* enter_underline_mode, us */
+ TTYC_SITM, /* enter_italics_mode, it */
TTYC_VPA, /* row_address, cv */
TTYC_XENL, /* eat_newline_glitch, xn */
};