Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2025-08-22 08:37:26 +01:00
13 changed files with 174 additions and 28 deletions

3
tmux.h
View File

@ -1025,7 +1025,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. */