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
Родитель 2df966b43c
Коммит 8c81f53a56
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -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));
}