Add pane-border-lines value to use spaces for pane borders, from lukas

dot 23022005 at gmail dot com in GitHub issue 4587.
This commit is contained in:
nicm
2025-08-14 06:44:50 +00:00
parent 4ce893ebc0
commit 84775130a0
4 changed files with 9 additions and 2 deletions

3
tmux.h
View File

@ -994,7 +994,8 @@ enum pane_lines {
PANE_LINES_DOUBLE,
PANE_LINES_HEAVY,
PANE_LINES_SIMPLE,
PANE_LINES_NUMBER
PANE_LINES_NUMBER,
PANE_LINES_SPACES
};
/* Pane border indicator option. */