aegirhall / console-menu

A simple Python menu system for building terminal user interfaces.
MIT License
370 stars 58 forks source link

Update text in epilogue #20

Closed jhagberg closed 2 years ago

jhagberg commented 5 years ago

I would like to have the Epilouge text to be updated reading values from a serial port. Is it possible to update the epilouge text on the menu from another thread? It would also be nice to have a way to display a status. Is this doable in some easy way?

aegirhall commented 2 years ago

Hi @jhagberg, this feature is now supported in v0.7.0. See example5.py for examples of dynamically updating menu text.