Top "Tui" questions

Text User Interface development: command line, menu driven or full screen applications.

Python Terminal/Text UI (TUI) library

How can I make a console GUI (more appropriately called TUI) ? It's important to note that I will be changing …

python user-interface console console-application tui
What's the best way to get text user-interfaces (ncurses-like) functionality in Java?

I need to implement a console application (possibly in Java) with ncurses-like functionality (such as navigating a menu and redrawing …

java ncurses tui
How can I scroll back in GDB's command window in the TUI mode?

Suppose that (gdb) print *this resulted in 20 lines of output. Yes, there would be Type <return> to continue, …

gdb scroll key-bindings tui
How do I make a command line text editor?

I have gotten to know my way around a few programming languages, and I'd like to try my hand at …

python text-editor tui
Python TUI libs

I'm writing a small sudoku game/solver in Linux using python with TUI (not GUI, that's just lame) just for …

python curses tui urwid
How to make the gdb tui window bigger

I am debugging my application by using gdb in tui mode. When I start my debugging session the main windows …

linux debugging gdb tui
What ncurses frameworks are available for BASH?

Are there some more Text User Interface (TUI) frameworks for bash (other than this)? : http://code.google.com/p/bashsimplecurses/ …

linux bash ncurses tui bash4
How to automatically refresh gdb in tui mode?

If I'am debugging files with gdb -tui the source window always becomes messed up. So every time I hit enter …

python linux gdb gnu-screen tui
How to scroll a window (other than stdscreen) in ncurses?

I saw this answer researching to solve my problem https://stackoverflow.com/a/8407120/2570513, but, it works only on stdscreen. I …

c ncurses tui
Highlighting and Selecting text with Python curses

This is my first post to stack overflow. I've been lurking this site for information for years, and it's always …

python ncurses tui