v0.6.2
Changed
- Context menus and the "+" dropdown now highlight the hovered row with the same
soft fill the command palette uses for its selected row, instead of the stock
saturated accent that snapped hard against the rest of the UI. The hover text
stays at the normal foreground so it reads clearly on the quieter fill.
Fixed
-
Windows: a pane no longer hangs open when its shell exits on its own
(exit, Ctrl-D, or a crash). ConPTY's output pipe never reports EOF on a
natural child exit, so tty7 — which detected a shell's death solely from that
EOF — left the pane wedged open, dead but visible. A Windows-only monitor now
waits on the shell process directly and reports the exit through the same path
a Unixread()EOF drives. Closing a tab from the UI was already unaffected;
macOS and Linux are unchanged. (#30) -
Nerd Font prompt icons no longer render sliced off on the right. A lone glyph
now paints into a two-cell window so it renders whole, instead of being clipped
to exactly one cell and severing the overflow. Pairs with the native powerline
separators from #19; Mono Nerd Fonts are unchanged. (#17) -
New tabs and splits no longer stall for seconds while a zsh plugin manager
reinstalls itself. tty7 now pointsZDOTDIRback at your real config dir while
your startup files run (and restores it for the live session), so plugin
managers and completion caches (Zim, oh-my-zsh,compinit) resolve correctly
and load instantly. Also fixes the relocated-config layout that previously
dropped tty7's integration. (#15)
Full changelog: v0.6.1...v0.6.2