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:
parent
ff479fdfb1
commit
ab0c8fe13f
8 changed files with 74 additions and 2 deletions
|
|
@ -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
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue