Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-04-05 20:01:08 +01:00
4 changed files with 47 additions and 18 deletions

2
tmux.h
View File

@@ -3345,7 +3345,7 @@ int screen_select_cell(struct screen *, struct grid_cell *,
void screen_alternate_on(struct screen *, struct grid_cell *, int);
void screen_alternate_off(struct screen *, struct grid_cell *, int);
const char *screen_mode_to_string(int);
const char *screen_print(struct screen *);
const char *screen_print(struct screen *, int);
/* window.c */
extern struct windows windows;