Add support for font ligatures via xterm-addon-ligatures - Clos… (#3853)

* Add support for font ligatures via xterm-addon-ligatures

* Add disableLigatures config option, defaults to false

* Fix lint issue
This commit is contained in:
Gaby 2019-10-09 22:23:55 +02:00 committed by Benjamin Staneck
parent ff479fdfb1
commit ab0c8fe13f
8 changed files with 74 additions and 2 deletions

View file

@ -154,6 +154,9 @@ module.exports = {
// rendering (slower, but supports transparent backgrounds)
webGLRenderer: true,
// if `true` (without backticks and without quotes), Hyper will ignore ligatures provided by some fonts
disableLigatures: false,
// for advanced config flags please refer to https://hyper.is/#cfg
},