helios-remote/crates
Helios 9e6878a93f
fix: flush stdout prompts in first-run config wizard
The prompt_config() function used print!() without flushing stdout,
causing all prompts to be buffered and invisible to the user. The
program appeared to hang silently after 'No config found — first-time
setup'.

Changes:
- Add std::io::stdout().flush().unwrap() after each print!() prompt
- Style prompts with cyan '→' prefix to match CLI conventions
- Show default values in square brackets for relay URL and label
- Use hostname() as default label (was previously Optional/None)
- Add blank line after prompts before '✓ Config saved'
2026-03-03 14:11:58 +01:00
..
client fix: flush stdout prompts in first-run config wizard 2026-03-03 14:11:58 +01:00
common feat: add window management (list, minimize-all, focus, maximize) 2026-03-02 20:00:41 +01:00
server feat: add window management (list, minimize-all, focus, maximize) 2026-03-02 20:00:41 +01:00