LonnyGomes / hexcurse

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

Feature request: color UI & highlighting #11

Closed stevenhoneyman closed 8 years ago

stevenhoneyman commented 10 years ago

I'd like to be able to change from the white UI to something different (so that the hex is different to the ascii and the rest of the UI).

Also would be really nice if there was an option/parameter to highlight/color change different hex strings (pixel/hexedit does this with --color for example, 00 is colored differently etc)

ghost commented 10 years ago

Hi, sorry for the delayed response. I can take a look at adding this feature!

Kerrigan29a commented 9 years ago

I've created a pull request with this feature #16

ghost commented 9 years ago

Hey guys, all of the work was done within this commit, 31cbb71. Let me know if looks good. I took a look at hexedit and I like how it differentiates ascii characters. Do you think that's worth adding?

ghost commented 8 years ago

Closing this out for now. We can look at adding additional color options in the future.