Question

I have been trying to figure out how to make an app similar to emacs in that when you run it, it runs in the terminal but it takes up the whole terminal and acts almost like a window. I can't find anything online about this, can anyone give me pointers of where to get started to figure this out?

Was it helpful?

Solution

For *nix, there is ncurses.

Wikipedia explains it to you: It is a library to write "GUI-like" applications in text format.

Also: Ncurses for Windows

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top