Top "Ncurses" questions

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

Is ncurses available for windows?

Are there any ncurses libraries in C/C++ for Windows that emulate ncurses in native resizable Win32 windows (not in …

c++ c ncurses
How do I get the 'clear' command in Cygwin?

I installed Cygwin, choosing a fairly minimal set of packages. In a terminal, I tried to do 'clear' to clear …

cygwin ncurses
How to make win32 console recognize ANSI/VT100 escape sequences?

I'm building a lightweight version of the ncurses library. So far, it works pretty well with VT100-compatible terminals, but …

windows terminal console-application ncurses ansi-escape
CLI pdf viewer for linux

Hey, for quite a while now, I am looking for a pdf viewer for the command line. As I like …

linux pdf command-line ncurses pdftotext
Non-blocking getch(), ncurses

I'm having some problems getting ncurses' getch() to block. Default operation seems to be non-blocking (or have I missed some …

linux g++ blocking ncurses getch
CMake can't find Curses

I am trying to compile the openlase library from www.marcansoft.com and have been running into problems with CMake. …

linux cmake ncurses curses
gcc /usr/bin/ld: error: cannot find -lncurses

I am running Ubuntu 12.04 and I'm currently working on a project involving C, OpenGL, a teapot and input methods. The …

c linux gcc ubuntu ncurses
What is the difference between xterm-color & xterm-256color?

I've come across both xterm-color and xterm-256color as options when trying to set up my terminal program to use …

linux macos terminal ncurses xterm
ncurses terminal size

How do I find the terminal width & height of an ncurses application?

c ncurses
How can I hide the cursor in ncurses?

I am writing ncurses programs in C and C++. I have not found a way to conceal the cursor to …

ncurses