Skip to content

Commit

Permalink
Merge pull request #4721 from Tyriar/complex_options
Browse files Browse the repository at this point in the history
Fix demo warnings by adding complex options
  • Loading branch information
Tyriar committed Aug 23, 2023
2 parents 2268ae3 + e5d60c0 commit 766ffde
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion demo/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,11 @@ function initOptions(term: TerminalType): void {
'termName',
'cols', 'rows', // subsumed by "size" (cols_rows) option
// Complex option
'linkHandler',
'logger',
'theme',
'windowOptions'
'windowOptions',
'windowsPty'
];
const stringOptions = {
cursorStyle: ['block', 'underline', 'bar'],
Expand Down

0 comments on commit 766ffde

Please sign in to comment.