Align jsdoc

This commit is contained in:
Daniel Imms
2025-04-21 06:37:48 -07:00
parent 42946d72ba
commit cd23a21bbf
+3 -3
View File
@@ -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;