From 199b03d856ef0d9a3baf04da072f6765ee655f1c Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 26 Mar 2003 23:13:41 +0000 Subject: [PATCH] Revert last change. It seems to cause crashes when DECCOLM actually changes the width of the window. git-svn-id: svn://svn.tartarus.org/sgt/putty@3003 cda61777-01e9-0310-a592-d414129be87e --- terminal.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/terminal.c b/terminal.c index aa4d749f..2a9470ba 100644 --- a/terminal.c +++ b/terminal.c @@ -1181,10 +1181,6 @@ static void toggle_mode(Terminal *term, int mode, int query, int state) if (!term->cfg.no_remote_resize) request_resize(term->frontend, state ? 132 : 80, term->rows); term->reset_132 = state; - erase_lots(term, FALSE, TRUE, TRUE); - /* XXX Interaction with DECOM? DECSTBM? */ - move(term, 0, 0, 0); - term->seen_disp_event = 1; break; case 5: /* reverse video */ /* -- 2.11.0