larsbrinkhoff / terminal-simulator

Simulation of VT52 and VT100 terminal hardware.
GNU General Public License v3.0
113 stars 17 forks source link

Added color to the pixels #48

Closed felias-fogg closed 1 year ago

felias-fogg commented 1 year ago

I added two options -a and -g that turn the foreground color to amber or green, respectively. And that works regardless of whether OpenGL is enabled or not. I also adapted the usage section in the README file.

larsbrinkhoff commented 1 year ago

Thanks!