Skip to content

Commit

Permalink
Merge pull request #5090 from Tyriar/tyriar/demo_warn
Browse files Browse the repository at this point in the history
Suppress unrecognized option warning in demo
  • Loading branch information
Tyriar authored Jul 5, 2024
2 parents 8927d5c + 8f8c94a commit 7b3927a
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 7b3927a

Please sign in to comment.