mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Align jsdoc
This commit is contained in:
Vendored
+3
-3
@@ -187,9 +187,9 @@ declare module '@xterm/headless' {
|
||||
scrollback?: number;
|
||||
|
||||
/**
|
||||
* If enabled ED2 (clear screen) escape sequence will push
|
||||
* erased text to scrollback.
|
||||
* This emulates PuTTY default clear screen behavior.
|
||||
* If enabled the Erase in Display All (ED2) escape sequence will push
|
||||
* erased text to scrollback, instead of clearing only the viewport portion.
|
||||
* This emulates PuTTY's default clear screen behavior.
|
||||
*/
|
||||
scrollOnDisplayErase?: boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user