Oops. I wrote in the docs that no-remote-resize also included
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 6 Mar 2002 23:06:07 +0000 (23:06 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 6 Mar 2002 23:06:07 +0000 (23:06 +0000)
no-remote-move-window, so I'd better live up to that...

git-svn-id: svn://svn.tartarus.org/sgt/putty@1577 cda61777-01e9-0310-a592-d414129be87e

terminal.c

index a322deb..8afb98b 100644 (file)
@@ -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: