mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-09 23:28: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;
|
||||
case 3:
|
||||
if (esc_nargs >= 3) {
|
||||
move_window(def(esc_args[1], 0),
|
||||
def(esc_args[2], 0));
|
||||
if (!cfg.no_remote_resize)
|
||||
move_window(def(esc_args[1], 0),
|
||||
def(esc_args[2], 0));
|
||||
}
|
||||
break;
|
||||
case 4:
|
||||
|
Loading…
x
Reference in New Issue
Block a user