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!
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. Previouslysimple-terminal-menu
would use ansi16 colors which are keyworded and can be changed by terminal implementations. Now it usesansi256
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!