mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-10 15:48:06 -05:00
Revert last change. It seems to cause crashes when DECCOLM actually changes
the width of the window. [originally from svn r3003]
This commit is contained in:
parent
94ecb07b60
commit
1ef0684e82
@ -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 */
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user