mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Should be able to switch line disciplines mid-session
[originally from svn r288]
This commit is contained in:
parent
429b6f4a83
commit
143424030c
1
window.c
1
window.c
@ -714,6 +714,7 @@ static int WINAPI WndProc (HWND hwnd, UINT message,
|
|||||||
und_mode = UND_FONT;
|
und_mode = UND_FONT;
|
||||||
init_fonts();
|
init_fonts();
|
||||||
sfree(logpal);
|
sfree(logpal);
|
||||||
|
ldisc = (cfg.ldisc_term ? &ldisc_term : &ldisc_simple);
|
||||||
if (pal)
|
if (pal)
|
||||||
DeleteObject(pal);
|
DeleteObject(pal);
|
||||||
logpal = NULL;
|
logpal = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user