etzl / among-stars

Simple game in terminal
GNU General Public License v3.0
0 stars 0 forks source link

`text_buffer()` is called for menu item's description and game's help text #1

Open etzl opened 2 years ago

etzl commented 2 years ago

Currently both item's description and menu's help button call text_buffer() function to print the text message. This makes the code more complex and prone to errors