Fluentterminal: Add support fonts ligatures

Created on 19 Aug 2018  路  8Comments  路  Source: felixse/FluentTerminal

at: FiraCode font

enhancement

Most helpful comment

This has to be done in xterm.js, but I think they are pretty close to supporting it. We should check out the current state of https://github.com/xtermjs/xterm-addon-ligatures

All 8 comments

This has to be done in xterm.js, but I think they are pretty close to supporting it. We should check out the current state of https://github.com/xtermjs/xterm-addon-ligatures

The state of the addon seems all right. Hyper recommends it in its issue tracker (see https://github.com/zeit/hyper/issues/2920).

Looks like this addon requires a nodejs process to parse the font files. Hyper can use their main thread since they are using electron, but we would need to start a separate process for this. I don't think this is impossible, but it might be a bit of work 馃槃

FiraCode is really cool, hoping to be supported

Do we have an update on this? Just installed the latest release and was hoping for this to be featured.

Not yet.
Xterm.js supports this now, but we cannot use the official addon (https://github.com/xtermjs/xterm-addon-ligatures) since it is requiring a node.js environment. We would need to port it to .NET

Is there an ETA?

Was this page helpful?
0 / 5 - 0 ratings