mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-03 20:42:48 -05:00
RDB's general resizing cleanup. He's put his favourite resize mode
back in again, but as long as it's not the default it doesn't bother me too much :-) [originally from svn r1421]
This commit is contained in:
2
putty.h
2
putty.h
@ -304,7 +304,7 @@ typedef struct {
|
||||
char bell_wavefile[FILENAME_MAX];
|
||||
int scrollbar;
|
||||
int scrollbar_in_fullscreen;
|
||||
enum { RESIZE_TERM, RESIZE_DISABLED, RESIZE_FONT } resize_action;
|
||||
enum { RESIZE_TERM, RESIZE_DISABLED, RESIZE_FONT, RESIZE_EITHER } resize_action;
|
||||
int bce;
|
||||
int blinktext;
|
||||
int win_name_always;
|
||||
|
Reference in New Issue
Block a user