1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-12 00:28:06 -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:
Simon Tatham 2003-03-15 15:55:03 +00:00
parent 6a67fdc0cc
commit d62f4f8cf6

View File

@ -1308,6 +1308,10 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist,
HELPCTX(telnet_environ),
environ_handler, P(ed));
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",