Nic's k.diff.txt patch.

This commit is contained in:
Michael Grant
2026-06-07 23:25:58 +02:00
parent e1d37c37b5
commit ae5c014515
3 changed files with 12 additions and 4 deletions

2
tmux.h
View File

@@ -1180,6 +1180,8 @@ struct window_mode_entry {
struct screen *screen;
u_int prefix;
int kill;
TAILQ_ENTRY(window_mode_entry) entry;
};