aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/vt.h
diff options
context:
space:
mode:
authorAleksandr Rybalko <ray@FreeBSD.org>2013-12-20 15:37:57 +0000
committerAleksandr Rybalko <ray@FreeBSD.org>2013-12-20 15:37:57 +0000
commitd454a052dfec6e737f2785463236a75945b7a2b7 (patch)
tree6fbef9906c0c5b49471ff90e70ef6a15e1618305 /sys/dev/vt/vt.h
parent62f78f3261bee6037c07d5d69e9bc3b8ba64259e (diff)
downloadsrc-d454a052dfec6e737f2785463236a75945b7a2b7.tar.gz
src-d454a052dfec6e737f2785463236a75945b7a2b7.zip
Set mouse level per window, instead of global.
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=259650
Diffstat (limited to 'sys/dev/vt/vt.h')
-rw-r--r--sys/dev/vt/vt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/vt/vt.h b/sys/dev/vt/vt.h
index 70a8e5900f66..fd2bebbea842 100644
--- a/sys/dev/vt/vt.h
+++ b/sys/dev/vt/vt.h
@@ -244,6 +244,7 @@ struct vt_window {
int vw_kbdmode; /* (?) Keyboard mode. */
char *vw_kbdsq; /* Escape sequence queue*/
unsigned int vw_flags; /* (d) Per-window flags. */
+ int vw_mouse_level;/* Mouse op mode. */
#define VWF_BUSY 0x1 /* Busy reconfiguring device. */
#define VWF_OPENED 0x2 /* TTY in use. */
#define VWF_SCROLL 0x4 /* Keys influence scrollback. */