`gum input --password` corrupts the linux fbcon since v0.5.27 — the bubbletea screen-restore writes back the previous menu buffer because the framebuffer terminfo entry lacks `civis/cnorm` cursor-hide sequences, leaving a duplicate "Install" plus a stray "T" rendered on top of the password field. The fix is a single termios echo-off via `read -srp`: no redraw, no glitch, no dependency on gum's TUI layer for the one screen where it broke. Header still rendered through `gum style` so visual parity with the disk picker / confirm box is preserved. Whiptail fallback path unchanged (passwordbox there has always rendered cleanly). |
||
|---|---|---|
| .. | ||
| local/bin | ||