aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-02-06 22:01:16 +0000
committerThomas Adam <thomas@xteddy.org>2017-02-06 22:01:16 +0000
commitdfdc23d86c1cc2ee26173db9c1a209eac736b5ab (patch)
tree3e23ba79ab895d5dd752281ee41a940a4d835cb3 /tmux.h
parent7417e391d5ab127adb6c598776547119f516bb7b (diff)
parent68e04907de6a13933805d3437872bd859f4ce6c1 (diff)
downloadrtmux-dfdc23d86c1cc2ee26173db9c1a209eac736b5ab.tar.gz
rtmux-dfdc23d86c1cc2ee26173db9c1a209eac736b5ab.tar.bz2
rtmux-dfdc23d86c1cc2ee26173db9c1a209eac736b5ab.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index f52dc6b3..f865a13b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1056,6 +1056,9 @@ struct tty {
struct grid_cell cell;
+ int last_wp;
+ struct grid_cell last_cell;
+
#define TTY_NOCURSOR 0x1
#define TTY_FREEZE 0x2
#define TTY_TIMER 0x4