We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42946d7 commit cd23a21Copy full SHA for cd23a21
typings/xterm-headless.d.ts
@@ -187,9 +187,9 @@ declare module '@xterm/headless' {
187
scrollback?: number;
188
189
/**
190
- * If enabled ED2 (clear screen) escape sequence will push
191
- * erased text to scrollback.
192
- * 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.
193
*/
194
scrollOnDisplayErase?: boolean;
195
0 commit comments