1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Ability to hide the mouse pointer on a keypress a la Word

[originally from svn r883]
This commit is contained in:
Simon Tatham
2001-01-22 16:38:43 +00:00
parent 83066d174c
commit beeaa85fc5
4 changed files with 40 additions and 0 deletions

View File

@ -196,6 +196,7 @@ typedef struct {
int fontcharset;
char logfilename[FILENAME_MAX];
int logtype;
int hide_mouseptr;
/* Colour options */
int try_palette;
int bold_colour;