Merge pull request #2262 from Tyriar/word_sep

Add wordSeparator to demo
This commit is contained in:
Daniel Imms
2019-06-24 20:27:45 -07:00
committed by GitHub
+2 -1
View File
@@ -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((<any>term)._core.options);
const booleanOptions = [];