Explorar o código

Update example

xuty %!s(int64=4) %!d(string=hai) anos
pai
achega
f4455d7592
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      example/lib/ssh.dart

+ 1 - 1
example/lib/ssh.dart

@@ -85,7 +85,7 @@ class SSHTerminalBackend extends TerminalBackend {
   Stream<String> get out => _outStream.stream;
 
   @override
-  void resize(int width, int height) {
+  void resize(int width, int height, int pixelWidth, int pixelHeight) {
     client.setTerminalWindowSize(width, height);
   }