mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
docs
This commit is contained in:
Vendored
+3
-1
@@ -759,7 +759,9 @@ declare module 'xterm' {
|
||||
writeln(data: string): void;
|
||||
|
||||
/**
|
||||
* Writes text to the terminal encoded as UTF-8 to the terminal.
|
||||
* Writes UTF8 data to the terminal.
|
||||
* This has a slight performance advantage over the string based write method
|
||||
* due to lesser data conversions needed on the way from the pty to xterm.js.
|
||||
* @param data The data to write to the terminal.
|
||||
*/
|
||||
writeUtf8(data: Uint8Array): void;
|
||||
|
||||
Reference in New Issue
Block a user