xuty hace 4 años
padre
commit
8ff63e5d9d
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. 1 4
      lib/terminal/terminal.dart

+ 1 - 4
lib/terminal/terminal.dart

@@ -199,10 +199,7 @@ class Terminal with Observable {
     refresh();
   }
 
-  /// Writes data to the terminal. Special characters are interpreted. To write
-  /// terminal sequences, [Terminal.write] should be used instead. Writing a
-  /// terminal sequence by calling [Terminal.writeChar] multiple times is not
-  /// supported.
+  /// Writes data to the terminal. Special characters are interpreted.
   ///
   /// See also: [Buffer.writeChar]
   void writeChar(int codePoint) {