Files
routstrd/src
redshift f25abbda86 tui: use alternate screen buffer + proper terminal cleanup in monitor command
- Enter alternate screen (\x1b[?1049h) on start, leave (\x1b[?1049l) on exit
- Redraw in-place with moveCursor + eraseDown instead of full clear
- Properly restore cursor, disable raw mode, and leave alt screen on quit
- Add isInteractive guard so non-TTY usage doesn't break
- Add rendering mutex to prevent overlapping renders
- Clean up TypeScript strictness issues (unused vars, undefined coalescing)
2026-03-21 13:18:51 +00:00
..
2026-03-19 16:25:57 +00:00
2026-03-03 11:12:34 +00:00
2026-03-21 12:44:13 +00:00
2026-03-19 16:25:57 +00:00
2026-02-24 05:55:21 +00:00