summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2023-07-03 16:47:43 +0000
committernicm <nicm>2023-07-03 16:47:43 +0000
commit43b841f188c994966e00e59c96581b876652bef1 (patch)
treeb38a012757e13b46d601bf4ff8f266333d60d325 /tmux.h
parentac43186dff0f4e92a566987bb9108d6c5421e9ff (diff)
Add support for marking lines with a shell prompt based on the OSC 133
extension, from Munif Tanjim in GitHub issue 3596.
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 bd2f6a63..d2a5671b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -671,6 +671,7 @@ struct colour_palette {
#define GRID_LINE_WRAPPED 0x1
#define GRID_LINE_EXTENDED 0x2
#define GRID_LINE_DEAD 0x4
+#define GRID_LINE_START_PROMPT 0x8
/* Grid string flags. */
#define GRID_STRING_WITH_SEQUENCES 0x1