radare / tiv

terminal image viewer
BSD 3-Clause "New" or "Revised" License
144 stars 15 forks source link

Add True Color support. #1

Closed ruediger closed 8 years ago

ruediger commented 10 years ago

Konsole, st, iTerm2 support True Color in terminals. This patch adds support for it. The old render_rgb is renamed to render_256 because it is limited to 256 colors. The new default render_rgb uses the True Color output.

There probably should be some terminfo support to determine what the terminal actually supports.

Signed-off-by: Rüdiger Sonderfeld ruediger@c-plusplus.de

ruediger commented 10 years ago

Using Konsole

snapshot1

radare commented 8 years ago

Wow it took me 2 years to notice there was a pullreq in this repository.

Merged! Thanks