I need to make a detailed (many features) terminal application for a mainframe server. I have found these so far:
The language is not imprtant to me, however I want it to be simple. I do not want to re-invent the wheel, I want components like text-box, menus, radio buttons to be easily used. Charva seemed the most detailed one, as it was kinda replacement for most swing components, however it is broken. I am not sure If I am searching with the right terms, I cannot find another frameworks. Are they the only choice? Are there any other better libraries?
The similar interfaces I want to build: example1, example2, example3, example4
I believe ncurses are the go-to way of achieving what you want. There is even a Python module implementation of it if you don't like C.