1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-03 20:42:48 -05:00

Revamp the window-resize behaviour UI so there are only three states

rather than four. Should fix all sorts of bugs, since the fourth
(and default!) state was behaving weirdly and nobody liked it.

[originally from svn r1307]
This commit is contained in:
Simon Tatham
2001-10-12 21:10:56 +00:00
parent f8547bdefb
commit 07b6efb23d
4 changed files with 42 additions and 37 deletions

View File

@ -303,8 +303,7 @@ typedef struct {
int bellovl_s; /* period of silence to re-enable bell (s) */
char bell_wavefile[FILENAME_MAX];
int scrollbar;
int locksize;
int lockfont;
enum { RESIZE_TERM, RESIZE_DISABLED, RESIZE_FONT } resize_action;
int bce;
int blinktext;
int win_name_always;