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
fix: omp.json -- final_space=true again so right block doesn't wrap when WT reports terminal width 1 cell over visible (was making the time segment wrap to the next line's left edge)
"//final_space": "false: don't reserve a trailing column after the prompt -- the right-aligned time segment uses trailing_diamond U+E0B4 to reach col 79 of the frameless 80-col terminal.",
5
-
"final_space": false,
4
+
"//final_space": "true: reserve a trailing cell so oh-my-posh's right-aligned block doesn't push to the actual right edge -- the operator's WT pseudo-console sometimes reports terminal width 1 cell over the visible cell count, which made the trailing time char wrap to the next line ('powerline time wraps to the left side'). Reserving one cell gives the segment safety margin against off-by-one width reports.",
5
+
"final_space": true,
6
6
"//": [
7
7
"MiOS Oh-My-Posh theme.",
8
8
"All Nerd Font private-use-area glyphs are encoded as JSON \\uXXXX",
0 commit comments