1
0
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:
Simon Tatham
2001-11-25 18:39:57 +00:00
parent 17f54e4c3d
commit 59f3434672
3 changed files with 87 additions and 44 deletions

View File

@ -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;