Fix a couple of bugs.

This commit is contained in:
Nicholas Marriott
2026-06-16 22:26:01 +01:00
parent 6c417be840
commit 476724985b
2 changed files with 75 additions and 49 deletions

2
tmux.h
View File

@@ -1263,7 +1263,7 @@ struct window_pane {
#define PANE_FOCUSED 0x4
#define PANE_VISITED 0x8
#define PANE_ZOOMED 0x10
#define PANE_STATUSDIRTY 0x20
#define PANE_NEWSTATUS 0x20
#define PANE_INPUTOFF 0x40
#define PANE_CHANGED 0x80
#define PANE_EXITED 0x100