hidutils / hid-recorder

A utility to record HID data from /dev/hidraw devices
MIT License
1 stars 4 forks source link

Stop overprinting a row after an Array #22

Closed whot closed 3 months ago

whot commented 3 months ago

Don't print an empty row after printing all array usages - in that case we've already printed the lines we're interested in.

Fixes: 53527d8d4253 ("Revamp printing for better alignment and more flexible handling")