瀏覽代碼

update doc

xuty 4 年之前
父節點
當前提交
8ff63e5d9d
共有 1 個文件被更改,包括 1 次插入4 次删除
  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) {