OCHA-DAP / hdx-signals

HDX Signals
https://un-ocha-centre-for-humanitarian.gitbook.io/hdx-signals/
GNU General Public License v3.0
5 stars 0 forks source link

Ensure triage_signals() user prompt is not cut off #233

Closed caldwellst closed 3 weeks ago

caldwellst commented 3 weeks ago

When we added the ARCHIVE option to triage_signals(), we ran up against a 256 character limit in readline() when asking for user prompts. So I've moved the user prompt into a cat() call to print that to the console, and then ask for user input with readline() following.