From 5459c48525c63e142f84e9250064738502486df3 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Mon, 24 Jun 2019 20:20:08 -0700 Subject: [PATCH] Add wordSeparator to demo --- demo/client.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = [];