LonnyGomes / hexcurse

Hexcurse is a ncurses-based console hexeditor written in C
Other
180 stars 17 forks source link

Add color levels #35

Open prso opened 3 years ago

prso commented 3 years ago

Add color level option (-c) to control how to render colors for values Color levels: 0: no colors (monochrome) 1: only color for addresses (yellow) 2: 1 + blue color for 00 (default if terminal supports color) 3: 1 + multicolor scheme by FrankSansC

Note: this includes some commits from PR #30 to avoid merge conflicts