diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2012-04-25 07:25:00 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2012-04-25 07:25:00 +0000 |
commit | 8ee7527dc2c29a58d083c958e6db766db451a09a (patch) | |
tree | 0bde62762d9e4ae2914afc13fc111ba851b51216 /winsup/cygwin/fhandler.h | |
parent | f1ce77295ddb6bcb71b17cf9383d78f86298adc0 (diff) | |
download | newlib-8ee7527dc2c29a58d083c958e6db766db451a09a.zip newlib-8ee7527dc2c29a58d083c958e6db766db451a09a.tar.gz newlib-8ee7527dc2c29a58d083c958e6db766db451a09a.tar.bz2 |
* fhandler.h (class dev_console): Add member ext_mouse_mode5.
* fhandler_console.cc (fhandler_console::read): Implement extended
mouse mode 1005 (xterm, mintty).
Fix actual mouse reporting for large coordinates.
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r-- | winsup/cygwin/fhandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h index 9868a19..fcb460e 100644 --- a/winsup/cygwin/fhandler.h +++ b/winsup/cygwin/fhandler.h @@ -1288,6 +1288,7 @@ class dev_console bool insert_mode; int use_mouse; + bool ext_mouse_mode5; bool ext_mouse_mode6; bool ext_mouse_mode15; bool use_focus; |