1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-18 19:48:05 -05:00

Oops. I wrote in the docs that no-remote-resize also included

no-remote-move-window, so I'd better live up to that...

[originally from svn r1577]
This commit is contained in:
Simon Tatham 2002-03-06 23:06:07 +00:00
parent 2df966b43c
commit 8c81f53a56

View File

@ -2014,8 +2014,9 @@ void term_out(void)
break; break;
case 3: case 3:
if (esc_nargs >= 3) { if (esc_nargs >= 3) {
move_window(def(esc_args[1], 0), if (!cfg.no_remote_resize)
def(esc_args[2], 0)); move_window(def(esc_args[1], 0),
def(esc_args[2], 0));
} }
break; break;
case 4: case 4: