aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2011-04-09 07:48:58 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2011-04-09 07:48:58 +0000
commit75f218dc73a19ac6de9d2270aab43f83c5bb8816 (patch)
treec42e66152d915a0c8be7722fad21d2064835986a /tmux.h
parent1d00f88757b623977eb82c85b823dc4ca0cc4d62 (diff)
downloadrtmux-75f218dc73a19ac6de9d2270aab43f83c5bb8816.tar.gz
rtmux-75f218dc73a19ac6de9d2270aab43f83c5bb8816.tar.bz2
rtmux-75f218dc73a19ac6de9d2270aab43f83c5bb8816.zip
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 9d76f608..b14857b4 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.618 2011-04-06 22:29:26 nicm Exp $ */
+/* $Id: tmux.h,v 1.619 2011-04-09 07:48:58 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -319,6 +319,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 */
};