aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-05-01 13:19:05 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-05-01 13:19:05 +0100
commit93dca5ab3f001343eadc4b8ff2e0cfb3709bf5c7 (patch)
tree0edb86c572036e0d238036e80103a522e2aa03a3 /tmux.h
parent5ce194f15dddff403506255d1e67c101a7ebef7f (diff)
downloadrtmux-93dca5ab3f001343eadc4b8ff2e0cfb3709bf5c7.tar.gz
rtmux-93dca5ab3f001343eadc4b8ff2e0cfb3709bf5c7.tar.bz2
rtmux-93dca5ab3f001343eadc4b8ff2e0cfb3709bf5c7.zip
Move size to tty_ctx.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
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;