summaryrefslogtreecommitdiff
path: root/internal/display/display_test.go
AgeCommit message (Expand)Author
2026-03-02Refactor display iteration/state and harden collector runtimePaul Buetow
2026-02-18fix: make disk bars visible when idle, filter zram devices, add rendering testPaul Buetow
2026-02-18feat: add disk I/O stats (read/write throughput bars, hotkey 5, auto-scale)Paul Buetow
2026-02-18refactor: enforce Go best practices (function size, ordering, formatting)Paul Buetow
2026-02-18feat: add load average bar visualization (4/l hotkey)0.12.0Paul Buetow
2026-02-18feat: triple-toggle CPU display mode via 1 key; add tooltip, font, hit-testPaul Buetow
2026-02-17Bump version to 0.11.0, change separator color to red0.11.0Paul Buetow
2026-02-17Add multi-row bar layout with maxbarsperrow config optionPaul Buetow
2026-02-16Add toggleable host separator lines (hotkey s)Paul Buetow
2026-02-16Add global I/O avg line (hotkey i) and m/n hotkey aliasesPaul Buetow
2026-02-16Add global average CPU line toggled with hotkey gv0.10.0Paul Buetow
2026-02-16Fix multi-core display bug: distribute remainder pixels evenlyv0.9.1Paul Buetow
2026-02-14Aggregate all net interfaces, remove n hotkey, fix net bar decay bugv0.9.0Paul Buetow
2026-02-14Implement f/v hotkeys for link scale and add hotkey unit testsPaul Buetow
2026-02-14Fix stale pixels at right edge when toggling bar layoutv0.8.3Paul Buetow