diff options
Diffstat (limited to 'mark.h')
-rw-r--r-- | mark.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ struct markdata { + struct win *md_window;/* pointer to window we are working on */ + struct user *md_user; /* The user who brought us up */ int cx, cy; /* cursor Position in WIN coords*/ int x1, y1; /* first mark in WIN coords */ int second; /* first mark dropped flag */ |