summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-04-09 07:48:08 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-04-09 07:48:08 +0000
commit0a09d04e1b63f816fb2bf16570ef63418349a4bf (patch)
tree3345f3536a8f5a3c171ea85dfda4f4c58a7ba493 /tmux.h
parentec89eb955236f91e63febe1764123e605641fc52 (diff)
If the terminal supports sitm for italics, use it instead of standout
(smso). From Tiago Resende.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 12f68085..36dcf273 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 */
};