workshopper / workshopper-adventure

Not an adventure, not a workshopper - its both!
Other
241 stars 41 forks source link

update: latest version of simple-terminal-menu #114

Closed martinheidegger closed 4 years ago

martinheidegger commented 4 years ago

This PR updates simple-terminal-menu. The new simple-terminal has a few breaking changes that don't apply to learnyounode or javascripting but they could be affecting other workshoppers like levelmeup as the colors are changed now. Previously simple-terminal-menu would use ansi16 colors which are keyworded and can be changed by terminal implementations. Now it uses ansi256 colors which are strictly defined - and consequently should work in all terminals equally in a way how everyone can see the output.

Note: I havn't had a chance to test it on windows yet, help welcome!