From 143424030cf68abdf36ac662e398ac6d0660e6d6 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 9 Nov 1999 14:20:51 +0000 Subject: [PATCH] Should be able to switch line disciplines mid-session [originally from svn r288] --- window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/window.c b/window.c index a636ac5d..0a688573 100644 --- a/window.c +++ b/window.c @@ -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;