DavidGriffith / frotz

Infocom-style interactive fiction player for Unix and DOS (moved to https://gitlab.com/DavidGriffith/frotz)
GNU General Public License v2.0
209 stars 64 forks source link

Allow color 'yellow' for option -f and -b #54

Closed laanwj closed 6 years ago

laanwj commented 6 years ago

This color was missing in getcolor(), but is supported by the ncurses backend, so add it.

DavidGriffith commented 6 years ago

Whoops! I'm surprised and embarrassed that this oversight has gone unnoticed for so long.