diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2011-12-17 15:57:39 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2011-12-17 15:57:39 +0000 |
| commit | 8f3ae92165599460eb7fc31167ccfb118be41cb7 (patch) | |
| tree | f4ce5ee7915aba4862196e01d66e166c4a6c407f /sys/dev/syscons/syscons.h | |
| parent | f389bc9585c2cc29b6f7ade07ea7d629fe19f59f (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons/syscons.h')
| -rw-r--r-- | sys/dev/syscons/syscons.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h index 7280d8931c509..e88ac431d2841 100644 --- a/sys/dev/syscons/syscons.h +++ b/sys/dev/syscons/syscons.h @@ -301,7 +301,9 @@ typedef struct scr_stat { void *ts; int status; /* status (bitfield) */ + int grabbed; int kbd_mode; /* keyboard I/O mode */ + int kbd_prev_mode; /* keyboard I/O mode */ int cursor_pos; /* cursor buffer position */ int cursor_oldpos; /* cursor old buffer position */ |
