cnlohr / mini-rv32ima

A tiny C header-only risc-v emulator.
MIT License
1.65k stars 135 forks source link

Support ANSI term256 colour #11

Closed thornley-david closed 1 year ago

thornley-david commented 1 year ago

Added ANSI 256 colour mapping (borrowed 'with due respect' from tmux) Ascii characters derived from a shademap (10 character spread) Significantly improves quality at cost of some performance + terminal bandwidth velocity Enabled in emdoom/Makefile

cnlohr commented 1 year ago

This is perfect. I've reviewed the code. Thank you very much.