Move size to tty_ctx.

This commit is contained in:
Nicholas Marriott
2020-05-01 13:19:05 +01:00
parent 5ce194f15d
commit 93dca5ab3f
3 changed files with 23 additions and 25 deletions

2
tmux.h
View File

@ -1310,6 +1310,8 @@ struct tty_ctx {
/* Target region (usually pane) offset and size. */
u_int xoff;
u_int yoff;
u_int sx;
u_int sy;
/* The background colour used for clearing (erasing). */
u_int bg;