Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Dec 12, 2024
1 parent 65899a9 commit 0d67393
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions typings/xterm-headless.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ declare module '@xterm/headless' {
minimumContrastRatio?: number;

/**
* Whether to reflow the line containing the cursor when the terminal is resized. Defaults to
* false, because shells usually handle this themselves.
* Whether to reflow the line containing the cursor when the terminal is
* resized. Defaults to false, because shells usually handle this
* themselves.
*/
reflowCursorLine?: boolean;

Expand Down
5 changes: 3 additions & 2 deletions typings/xterm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,9 @@ declare module '@xterm/xterm' {
minimumContrastRatio?: number;

/**
* Whether to reflow the line containing the cursor when the terminal is resized. Defaults to
* false, because shells usually handle this themselves.
* Whether to reflow the line containing the cursor when the terminal is
* resized. Defaults to false, because shells usually handle this
* themselves.
*/
reflowCursorLine?: boolean;

Expand Down

0 comments on commit 0d67393

Please sign in to comment.