diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-09-03 00:01:14 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-09-03 00:01:14 +0100 |
commit | 999c1c771b4282c60017b86b26f03136398ae09c (patch) | |
tree | d2dd889dc153371f662af992e586c0898d48321c /tmux.h | |
parent | 727ce7e4bb19038b7952c7330b045ac6e1216ede (diff) | |
parent | 2627ab322e0e8dffbf86b1c2eb969139a8062174 (diff) | |
download | rtmux-999c1c771b4282c60017b86b26f03136398ae09c.tar.gz rtmux-999c1c771b4282c60017b86b26f03136398ae09c.tar.bz2 rtmux-999c1c771b4282c60017b86b26f03136398ae09c.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -693,6 +693,7 @@ struct grid { u_int sx; u_int sy; + u_int hscrolled; u_int hsize; u_int hlimit; |