mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-17 19:18:06 -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:
parent
2df966b43c
commit
8c81f53a56
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user