index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tmux.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'tmux.h')
-rw-r--r--
tmux.h
3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index a3f9c352..f56f3b1b 100644
--- a/
tmux.h
+++ b/
tmux.h
@@ -745,6 +745,9 @@ struct window_pane {
u_int sx;
u_int sy;
+ u_int osx;
+ u_int osy;
+
u_int xoff;
u_int yoff;