Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2024-04-10 10:01:13 +01:00
6 changed files with 25 additions and 4 deletions

2
tmux.h
View File

@ -877,7 +877,7 @@ struct screen_sel;
struct screen_titles;
struct screen {
char *title;
char *path;
char *path;
struct screen_titles *titles;
struct grid *grid; /* grid data */