mikesart / inotify-info

Linux inotify info reporting app
MIT License
298 stars 31 forks source link

Alignment issues in output #4

Closed fatso83 closed 2 years ago

fatso83 commented 2 years ago

There seems to be some kind of alignment issue when the PID number is only four digits. Furthermore, either the column widths should clip the overflowing text (like on on the lines containing (deleted)) or they should increase the allotted space to allow for the longest length.

image

mikesart commented 2 years ago

Should be fixed with commit 5710dd1. Thanks!