Unremovable bottom padding when using line-height
I've set the line height property to 1.2 and it seems that all terminal rendering now has this bottom padding (see screenshot):
line-height = 1.2
I have a similar issue. For me, the padding appears above the tab list (with navigation.mode = "BottomTab").
Full config
editor = 'vim'
cursor = '▇'
blinking-cursor = false
theme = 'onedark'
padding-x = 10
line-height = 1.2
[window]
mode = "Maximized"
[fonts]
family = "FiraCode Nerd Font Mono"
size = 19
[scroll]
multiplier = 5.0
divider = 1.0
[navigation]
mode = "TopTab"
clickable = true
Same here. Also the viewport overflows when you set the line height to a value less than 1.
Thanks for the issue!
Yea, currently line-height property is quite unstable, I am fixing it in #428 (which will add some text rendering features as well).
Hi @raphamorim -- looks like #428 was merged but seems the padding is still an issue?
Yes, it is still an issue. Will be looking it for the upcoming versions (probably next one), sorry about delay!
@raphamorim Just started using Rio the other day, feels like a great terminal! The ability to adjust the line height is the only thing I am missing so far.