Skip to content

Commit 9c40990

Browse files
committed
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
1 parent 7d17926 commit 9c40990

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

usr/share/mios/mios.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ podman_pkg = "RedHat.Podman-Desktop"
16211621
cols = 80
16221622
rows = 20 # 20 = MiOS portal-feel default; 30 for taller "console" feel
16231623
scrollback_rows = 9000
1624-
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
16251625
frame_height = 19 # rows - 1 -- one row reserved for the prompt under the dashboard
16261626

16271627
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)