Add support for marking lines with a shell prompt based on the OSC 133

extension, from Munif Tanjim in GitHub issue 3596.
This commit is contained in:
nicm
2023-07-03 16:47:43 +00:00
parent ac43186dff
commit 43b841f188
4 changed files with 108 additions and 0 deletions

1
tmux.h
View File

@ -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