Skip to content

Commit

Permalink
Suppress unrecognized option warning in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Jul 5, 2024
1 parent 795839c commit 8f8c94a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ function initOptions(term: TerminalType): void {
'termName',
'cols', 'rows', // subsumed by "size" (colsRows) option
// Complex option
'documentOverride',
'linkHandler',
'logger',
'theme',
Expand Down

0 comments on commit 8f8c94a

Please sign in to comment.