From 93dca5ab3f001343eadc4b8ff2e0cfb3709bf5c7 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 1 May 2020 13:19:05 +0100 Subject: Move size to tty_ctx. --- tmux.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index e00a4f96..55f51361 100644 --- a/tmux.h +++ b/tmux.h @@ -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; -- cgit