diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-02-06 22:01:16 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-02-06 22:01:16 +0000 |
commit | dfdc23d86c1cc2ee26173db9c1a209eac736b5ab (patch) | |
tree | 3e23ba79ab895d5dd752281ee41a940a4d835cb3 /tmux.h | |
parent | 7417e391d5ab127adb6c598776547119f516bb7b (diff) | |
parent | 68e04907de6a13933805d3437872bd859f4ce6c1 (diff) | |
download | rtmux-dfdc23d86c1cc2ee26173db9c1a209eac736b5ab.tar.gz rtmux-dfdc23d86c1cc2ee26173db9c1a209eac736b5ab.tar.bz2 rtmux-dfdc23d86c1cc2ee26173db9c1a209eac736b5ab.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |