зеркало из https://github.com/github/putty.git
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:
Родитель
2df966b43c
Коммит
8c81f53a56
|
@ -2014,6 +2014,7 @@ void term_out(void)
|
|||
break;
|
||||
case 3:
|
||||
if (esc_nargs >= 3) {
|
||||
if (!cfg.no_remote_resize)
|
||||
move_window(def(esc_args[1], 0),
|
||||
def(esc_args[2], 0));
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче