Top "Ncurses" questions

The ncurses package is a subroutine library for terminal-independent screen-painting and input-event handling.

Print to standard console in curses

I'm building a python curses application. I have two ways of printing to the curses window: print x, and windows.…

python ncurses curses
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
"more" command alternative that does support colors?

This is in my top 10 list of tiny annoying things in Linux. I love colored output in terminals: it's nice …

linux shell command-line colors ncurses
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
In-place progress output in the terminal or console

When you run git clone, it updates progress in place. For example, the percentage of the objects received changes in …

ruby unix terminal ncurses
Mouse movement events in NCurses

I wonder if there is such a thing as mouse movement events in NCurses, and if there is a way …

c linux terminal mouseevent ncurses
NCurses Refresh

I have a small ncurse program I'm running, but the output doesn't seem to show up unless I stick the …

c ncurses
ncurses not found when trying to build vim

I am trying to build vim in my user dir after recently upgraded to Fedora 23 I have ncurses and ncurses-devel […

vim build configure ncurses fedora-23
C - How to change font size in Ncurses?

Is there anyway? I cant seem to find any function that does this. I tried googling this but could not …

c fonts ncurses
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