$mouse - Mouse configuration variable
$mouse bitmask; Default is system dependent
The $mouse is used to define and configure the MicroEmacs mouse support, it is a bit based flag where:-
0x00f
0x010
0x020
0xf0000
0x00000 - Set mouse to default icon.
0x10000 - Set mouse to arrow icon.
0x20000 - Set mouse to text I-beam icon.
0x30000 - Set mouse to crosshair icon.
0x40000 - Set mouse to the grab icon.
0x50000 - Set mouse to the wait icon.
0x60000 - Set mouse to the stop icon.
This feature is not supported on some systems and on others some icons are not obvious due to platform limitations.
The following example checks that the mouse is currently available, if not, it aborts.
!if ¬ &band $mouse 0x10 ml-write "[Mouse support is not currently available]" !abort !endif
The mouse can be easily configured using user-setup(3).
(c) Copyright JASSPA 1999
Last Modified: 1999/01/25
Generated On: 1999/12/01