diff --git a/demo/client.ts b/demo/client.ts index 005d171d..e2259841 100644 --- a/demo/client.ts +++ b/demo/client.ts @@ -235,7 +235,8 @@ function initOptions(term: TerminalType): void { fontFamily: null, fontWeight: ['normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900'], fontWeightBold: ['normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900'], - rendererType: ['dom', 'canvas'] + rendererType: ['dom', 'canvas'], + wordSeparator: null }; const options = Object.keys((term)._core.options); const booleanOptions = [];