1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Should be able to switch line disciplines mid-session

[originally from svn r288]
This commit is contained in:
Simon Tatham 1999-11-09 14:20:51 +00:00
parent 429b6f4a83
commit 143424030c

View File

@ -714,6 +714,7 @@ static int WINAPI WndProc (HWND hwnd, UINT message,
und_mode = UND_FONT;
init_fonts();
sfree(logpal);
ldisc = (cfg.ldisc_term ? &ldisc_term : &ldisc_simple);
if (pal)
DeleteObject(pal);
logpal = NULL;