Skip to content

Conversation

@fayaz-modz
Copy link

Added ligatures to the terminal. To enable the ligatures simply do:

xterm.TerminalView(
                      terminal,
                      terminalController,
                      textStyle: xterm.TerminalStyle(
                        fontFamily: 'JetBrains Mono',  // any supported font
                        ligatures: true, // enable ligatures
                      ),
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant