Cycle every payload pattern per packet and always run both directions

This commit is contained in:
flamingcow
2026-07-25 23:03:31 -07:00
parent 0f16edfe61
commit e77574712d
8 changed files with 75 additions and 104 deletions
-2
View File
@@ -289,8 +289,6 @@ func (d *display) render(dirs []*direction, views []view, elapsed time.Duration,
fb.flush()
}
// The right-hand annotation sits above the table's last column so it lines up
// with the numbers under it rather than with the rule.
func (d *display) section(y int, title, right string) int {
d.small.draw(d.fb, uiMargin, y, title, uiFg)
if right != "" {