]> granicus.if.org Git - nethack/commit
expand mouse_support to three values rather than boolean
authornhmall <nhmall@nethack.org>
Wed, 28 Nov 2018 03:15:34 +0000 (22:15 -0500)
committernhmall <nhmall@nethack.org>
Wed, 28 Nov 2018 03:15:34 +0000 (22:15 -0500)
commitd18bf800aefdcf62823f524163d87f1a33f8e56a
tree209038359d9191ed8449a9a05584241de2b1f605
parent554ec17c8ba04ff53ec1f4b778b9ec61e73b7ec3
expand mouse_support to three values rather than boolean

On Windows only:
   0 = turn off mouse_support
   1 = turn on mouse_support and turn off QuickEdit mode
   2 = turn on mouse_support and leave QuickEdit mode untouched

More generally, but not implemented anywhere:
   0 = turn off mouse_support
   1 = turn on mouse_support and make supporting O/S adjustments
       (O/S adjustments not implented beyond Windows as yet)
   2 = turn on mouse_support and do not make OS adjustments
       (unimplemented as yet so behaves as 1)
include/flag.h
src/options.c
sys/winnt/nttty.c