You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set: [terminal].frame_width = 79 (cols-1) per operator 'everything should be -1 width' -- leaves 1-cell gutter so neither dashboard frame nor right-aligned powerline can overflow into the wrap edge
frame_width = 80#full window width -- matches the powerline edge-to-edge (cap at col 0 + cap at col 79)
1624
+
frame_width = 79#cols - 1 -- per operator "everything should be -1 width" so the frame leaves a 1-cell gutter on the right edge that neither the frame nor the right-aligned powerline can overflow into
1625
1625
frame_height = 19# rows - 1 -- one row reserved for the prompt under the dashboard
0 commit comments