generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Sometimes the 8 bytes per row limitation ends up with values being wrapped across multiple rows of hex output where we might prefer them to be in a single row, e.g. this symbol table entry:
│ 788 │ 13 │ 8c 41 63 74 69 76 69 74 │ · · "ActivityTime",
│ │ │ 79 54 69 6d 65 │ · · -> ID $64
This might look better as:
│ 788 │ 13 │ 8c 41 63 74 69 76 69 74 79 54 69 6d 65 │ · · "ActivityTime", -> ID $64
Maybe something like the --terminal-width <N> option of hexyl, which controls the number hex panels rendered.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request