I just tried using this program (v1.4.2 based on the manpage) in my fullscreen terminal and found the column numbers on the side difficult to read, because they are huge and based on the size of the terminal. I also noticed that the manpage points out a bug where on Redhat 5.0, curses thinks the terminal window is huge, making the program unusable.
Both my issue and that bug could be fixed by adding functionality to resize the program from within the program. Or perhaps invert -m as it seems to do that by default. For my own purposes, -l 16 works just fine:

Though IMHO -l 16 should be the default (the reason for 16 becomes clear when you look at the row headers: 10, 20, 30, ...).
Edit: I guess -s is the same as -l 16? The manpage isn't clear about what "sector" means. From observation, the default behavior is to group in 4 bytes whereas -s changes it to 8 bytes and also sets the line length to 16.
Some things to consider.
I just tried using this program (v1.4.2 based on the manpage) in my fullscreen terminal and found the column numbers on the side difficult to read, because they are huge and based on the size of the terminal. I also noticed that the manpage points out a bug where on Redhat 5.0, curses thinks the terminal window is huge, making the program unusable.
Both my issue and that bug could be fixed by adding functionality to resize the program from within the program. Or perhaps invert
-mas it seems to do that by default. For my own purposes,-l 16works just fine:Though IMHO
-l 16should be the default (the reason for 16 becomes clear when you look at the row headers: 10, 20, 30, ...).Edit: I guess
-sis the same as-l 16? The manpage isn't clear about what "sector" means. From observation, the default behavior is to group in 4 bytes whereas-schanges it to 8 bytes and also sets the line length to 16.Some things to consider.