fix: set default lineHeight to 1.0 for TUI apps compatibility (#488)
This commit was merged in pull request #488.
This commit is contained in:
@@ -745,7 +745,7 @@ export const DEFAULT_TERMINAL_CONFIG = {
|
||||
fontSize: 14,
|
||||
fontFamily: "Caskaydia Cove Nerd Font Mono",
|
||||
letterSpacing: 0,
|
||||
lineHeight: 1.2,
|
||||
lineHeight: 1.0,
|
||||
theme: "termix",
|
||||
|
||||
scrollback: 10000,
|
||||
|
||||
Reference in New Issue
Block a user