summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2019-05-13 20:10:23 +0000
committernicm <nicm>2019-05-13 20:10:23 +0000
commit1ee944a19def82cb62abf6ab92c17eb30df77a41 (patch)
treed579637a77ad94dd0dd1fc2ce91acabad7c51c42 /tmux.h
parent1b0512aa7e942e0a641ece7d86e92cf943eb62be (diff)
Add support for overline (SGR 53), from Ricardo Banffy.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 09e7ec9c..afecd5b6 100644
--- a/tmux.h
+++ b/tmux.h
@@ -431,6 +431,7 @@ enum tty_code_code {
TTYC_SITM,
TTYC_SMACS,
TTYC_SMCUP,
+ TTYC_SMOL,
TTYC_SMKX,
TTYC_SMSO,
TTYC_SMULX,
@@ -568,6 +569,7 @@ enum utf8_state {
#define GRID_ATTR_UNDERSCORE_3 0x400
#define GRID_ATTR_UNDERSCORE_4 0x800
#define GRID_ATTR_UNDERSCORE_5 0x1000
+#define GRID_ATTR_OVERLINE 0x2000
/* All underscore attributes. */
#define GRID_ATTR_ALL_UNDERSCORE \