Skip to content

Commit

Permalink
code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Blashaq committed Nov 23, 2024
1 parent 92c21a6 commit 904ddbc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 5 additions & 4 deletions typings/xterm-headless.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/**
Expand Down
7 changes: 4 additions & 3 deletions typings/xterm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/**
Expand Down

0 comments on commit 904ddbc

Please sign in to comment.