mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #4721 from Tyriar/complex_options
Fix demo warnings by adding complex options
This commit is contained in:
+4
-1
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user