1. Any easy method to create menus on console/terminal
- Posted by rneu Jul 12, 2017
- 1426 views
I believe ncurses is not used anymore (http://www.rapideuphoria.com/relnotes.htm - search for ncurses on this page). Is there any easy way to create menus in text mode in terminal/console applications in Euphoria?
2. Re: Any easy method to create menus on console/terminal
- Posted by jmduro Jul 12, 2017
- 1433 views
On Linux, you may try this: http://www.rapideuphoria.com/utf8_dialogs.tgz It is Irv Mullins' Simple Text User Interface ported to Unicode for OpenEuphoria 4.1 on Linux. Added Save/Restore screen to manage popup lists because OpenEuphoria routines (save_text_image/display_text_image) are not Unicode compliant. package libncurses5-dev (Ubuntu/Mint/Debian) is needed (ncurses development files).
Jean-Marc