The live TUI now knows the terminal size and says more while a scan runs.
- the feed and the node panel are sized to the terminal window, and no longer
push the header and the finished phases off screen fgives the feed the whole window,nexpands the node panel past its cap- the progress bar carries working/torn/node counts and elapsed time; a finished
phase says how long it took - the feed and the node panel go once the run is done, the console tables and
the report already repeat them - plain (non-TTY) output prints scan progress instead of going quiet for minutes
Commits
- feat: print scan progress in plain output mode (
deb82ac) - fix: put the elapsed time after the bar counters (
a27ba70) - perf: insert into the live feed instead of resorting it (
1ea0796) - feat: show elapsed time on the bar and the phase lines (
0d9503e) - feat: show working, torn and node counts next to the bar (
3560411) - fix: drop the node panel with the feed, the report prints Nodes too (
efb319b) - fix: drop the live feed once the console tables repeat it (
09b8bb2) - fix: keep the feed at 12 rows unless f expands it (
ecb1904) - feat: add f and n to expand the live feed and the node panel (
7be820e) - feat: size the live scan feed to the terminal window (
68d2035) - feat: show every region and node found so far during the scan (
9cb078b)