When using neovide and using the top/bottom/fullscreen options, by default the terminal window goes offscreen. When a width of 1 or 100% is used with right/center it also goes offscreen.
A simple solution was to subtract width_padding from each position's width.
When using neovide and using the top/bottom/fullscreen options, by default the terminal window goes offscreen. When a width of
1
or100%
is used with right/center it also goes offscreen.A simple solution was to subtract
width_padding
from each position's width.Fixes #3