Skip to main content
added 189 characters in body
Source Link
Gilles 'SO- stop being evil'
  • 865.3k
  • 205
  • 1.8k
  • 2.3k

I know this is not the exact answer to your question but the cursescurses library is the stuff you need to do some tui dev. If you're a programmer, looking at its source (available in all open-source unix distributions) will show you how it's done.

I know this is not the exact answer to your question but the curses library is the stuff you need to do some tui dev.

I know this is not the exact answer to your question but the curses library is the stuff you need to do some tui dev. If you're a programmer, looking at its source (available in all open-source unix distributions) will show you how it's done.

Source Link

I know this is not the exact answer to your question but the curses library is the stuff you need to do some tui dev.