Fix crash cause by not having a wp pointer in tty.c.

This commit is contained in:
Michael Grant
2026-02-23 08:08:31 +00:00
parent 96515c9f47
commit e2cf40ef99
3 changed files with 42 additions and 37 deletions

3
tmux.h
View File

@@ -1721,6 +1721,9 @@ struct tty_ctx {
u_int woy;
u_int wsx;
u_int wsy;
/* tty partly obscured, it will need to be surgically scrolled. */
u_int obscured;
};
/* Saved message entry. */