mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-21 13:05:04 -05:00
The Telnet ENVIRON configurer also had a list box with an implicit
tab stop. Fixed this one too. [originally from svn r2939]
This commit is contained in:
parent
6a67fdc0cc
commit
d62f4f8cf6
4
config.c
4
config.c
@ -1308,6 +1308,10 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist,
|
|||||||
HELPCTX(telnet_environ),
|
HELPCTX(telnet_environ),
|
||||||
environ_handler, P(ed));
|
environ_handler, P(ed));
|
||||||
ed->listbox->listbox.height = 3;
|
ed->listbox->listbox.height = 3;
|
||||||
|
ed->listbox->listbox.ncols = 2;
|
||||||
|
ed->listbox->listbox.percentages = smalloc(2*sizeof(int));
|
||||||
|
ed->listbox->listbox.percentages[0] = 30;
|
||||||
|
ed->listbox->listbox.percentages[1] = 70;
|
||||||
}
|
}
|
||||||
|
|
||||||
s = ctrl_getset(b, "Connection/Telnet", "protocol",
|
s = ctrl_getset(b, "Connection/Telnet", "protocol",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user