91861 / wayst

A simple terminal emulator
MIT License
287 stars 9 forks source link

Some aspect ratios of terminal cause padding #32

Closed freed00m closed 4 years ago

freed00m commented 4 years ago

Using Terminus font OTB,

2020-07-14-181928_grim

After small resize, the content jumps around. Behavior not happening on version r79.ec0283b

2020-07-14-181938_grim

config

# Additional information:
#   
#   XKB_DEFAULT_LAYOUT=cz
#   XKB_DEFAULT_VARIANT=qwerty
#   XKB_DEFAULT_OPTIONS=ctrl:nocaps
#

title="Terminal"
title-format="%2$s"

font="Terminus"
font-fallback="Font Awesome 5 Free Regular"
font-fallback2="Font Awesome 5 Free Brands"
font-size=12
dpi=96
colorscheme="solarized"
fg-color="#ffffff"
bg-color="#000000ee"
dynamic-title=true
term="xterm-256color"