Skip to content

Commit cd23a21

Browse files
committed
Align jsdoc
1 parent 42946d7 commit cd23a21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

typings/xterm-headless.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ declare module '@xterm/headless' {
187187
scrollback?: number;
188188

189189
/**
190-
* If enabled ED2 (clear screen) escape sequence will push
191-
* erased text to scrollback.
192-
* This emulates PuTTY default clear screen behavior.
190+
* If enabled the Erase in Display All (ED2) escape sequence will push
191+
* erased text to scrollback, instead of clearing only the viewport portion.
192+
* This emulates PuTTY's default clear screen behavior.
193193
*/
194194
scrollOnDisplayErase?: boolean;
195195

0 commit comments

Comments
 (0)