mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
code style fix
This commit is contained in:
Vendored
+5
-4
@@ -249,11 +249,12 @@ declare module '@xterm/headless' {
|
||||
*/
|
||||
windowOptions?: IWindowOptions;
|
||||
|
||||
/**
|
||||
* If enabled ED2 (clear screen) escape sequence will push erased text to scrollback.
|
||||
* This emulates PuTTY default clear screen behaviour.
|
||||
/**
|
||||
* If enabled ED2 (clear screen) escape sequence will push
|
||||
* erased text to scrollback.
|
||||
* This emulates PuTTY default clear screen behavior.
|
||||
*/
|
||||
scrollOnDisplayErase?: boolean
|
||||
scrollOnDisplayErase?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Vendored
+4
-3
@@ -333,10 +333,11 @@ declare module '@xterm/xterm' {
|
||||
overviewRuler?: IOverviewRulerOptions;
|
||||
|
||||
/**
|
||||
* If enabled ED2 (clear screen) escape sequence will push erased text to scrollback.
|
||||
* This emulates PuTTY default clear screen behaviour.
|
||||
* If enabled ED2 (clear screen) escape sequence will push
|
||||
* erased text to scrollback.
|
||||
* This emulates PuTTY default clear screen behavior.
|
||||
*/
|
||||
scrollOnDisplayErase?: boolean
|
||||
scrollOnDisplayErase?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user