Cycle every payload pattern per packet and always run both directions
This commit is contained in:
@@ -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 != "" {
|
||||
|
||||
Reference in New Issue
Block a user