deimos.ncurses.curses

Public Imports

deimos.ncurses.unctrl
public import deimos.ncurses.unctrl;

Members

Aliases

NCURSES_SCREEN_CB
alias NCURSES_SCREEN_CB = int function(SCREEN*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_WINDOW_CB
alias NCURSES_WINDOW_CB = int function(WINDOW*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OPTIONS
alias OPTIONS = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SCREEN
alias SCREEN = void
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
attr_t
alias attr_t = chtype
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chtype
alias chtype = c_ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mmask_t
alias mmask_t = c_ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wint_t
alias wint_t = wchar
Undocumented in source.
wint_t
alias wint_t = dchar
Undocumented in source.

Enums

A_NORMAL
anonymousenum A_NORMAL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON1_RELEASED
anonymousenum BUTTON1_RELEASED
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
COLOR_BLACK
anonymousenum COLOR_BLACK
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_CODE_YES
anonymousenum KEY_CODE_YES
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_VERSION_MAJOR
anonymousenum NCURSES_VERSION_MAJOR
Undocumented in source.
OK
anonymousenum OK
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TRACE_DISABLE
anonymousenum TRACE_DISABLE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_SUBWIN
anonymousenum _SUBWIN
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

COLOR_PAIR
chtype COLOR_PAIR(N n)
Undocumented in source. Be warned that the author may not have intended to support it.
KEY_F
int KEY_F(N n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_BITS
chtype NCURSES_BITS(uint mask, ubyte shift)
Undocumented in source. Be warned that the author may not have intended to support it.
PAIR_NUMBER
short PAIR_NUMBER(A attrs)
Undocumented in source. Be warned that the author may not have intended to support it.
_nc_tracebits
char* _nc_tracebits()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_traceattr
char* _traceattr(attr_t attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_traceattr2
char* _traceattr2(int buffer, chtype ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_tracechar
char* _tracechar(ubyte ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_tracechtype
char* _tracechtype(chtype ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_tracechtype2
char* _tracechtype2(int buffer, chtype ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_tracedump
void _tracedump(char* label, WINDOW* win)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_tracef
void _tracef(char* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_tracemouse
char* _tracemouse(MEVENT* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
add_wch
int add_wch(C* wch)
Undocumented in source. Be warned that the author may not have intended to support it.
add_wchnstr
int add_wchnstr(C* wchstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
add_wchstr
int add_wchstr(C* wchstr)
Undocumented in source. Be warned that the author may not have intended to support it.
addch
int addch(C ch)
Undocumented in source. Be warned that the author may not have intended to support it.
addchnstr
int addchnstr(C* chstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
addchstr
int addchstr(C* chstr)
Undocumented in source. Be warned that the author may not have intended to support it.
addnstr
int addnstr(C* str, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
addnwstr
int addnwstr(WC* wstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
addstr
int addstr(C* str)
Undocumented in source. Be warned that the author may not have intended to support it.
addwstr
int addwstr(WC* wstr)
Undocumented in source. Be warned that the author may not have intended to support it.
assume_default_colors
int assume_default_colors(int fg, int bg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
attr_get
int attr_get(A* attrs, S* pair, V* opts)
Undocumented in source. Be warned that the author may not have intended to support it.
attr_off
int attr_off(A attrs, V* opts)
Undocumented in source. Be warned that the author may not have intended to support it.
attr_on
int attr_on(A attrs, V* opts)
Undocumented in source. Be warned that the author may not have intended to support it.
attr_set
int attr_set(A attrs, S pair, V* opts)
Undocumented in source. Be warned that the author may not have intended to support it.
attroff
int attroff(N attrs)
Undocumented in source. Be warned that the author may not have intended to support it.
attron
int attron(N attrs)
Undocumented in source. Be warned that the author may not have intended to support it.
attrset
int attrset(N attrs)
Undocumented in source. Be warned that the author may not have intended to support it.
baudrate
int baudrate()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
beep
int beep()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bkgd
int bkgd(C ch)
Undocumented in source. Be warned that the author may not have intended to support it.
bkgdset
void bkgdset(C ch)
Undocumented in source. Be warned that the author may not have intended to support it.
bkgrnd
int bkgrnd(C* wch)
Undocumented in source. Be warned that the author may not have intended to support it.
bkgrndset
void bkgrndset(C* wch)
Undocumented in source. Be warned that the author may not have intended to support it.
border
int border(C ls, C rs, C ts, C bs, C tl, C tr, C bl, C br)
Undocumented in source. Be warned that the author may not have intended to support it.
border_set
int border_set(C* ls, C* rs, C* ts, C* bs, C* tl, C* tr, C* bl, C* br)
Undocumented in source. Be warned that the author may not have intended to support it.
box
int box(W* win, C verch, C horch)
Undocumented in source. Be warned that the author may not have intended to support it.
box_set
int box_set(W* win, C* verch, C* horch)
Undocumented in source. Be warned that the author may not have intended to support it.
can_change_color
bool can_change_color()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbreak
int cbreak()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chgat
int chgat(N n, A attr, S color, V* opts)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
int clear()
Undocumented in source. Be warned that the author may not have intended to support it.
clearok
int clearok(WINDOW* win, bool bf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clrtobot
int clrtobot()
Undocumented in source. Be warned that the author may not have intended to support it.
clrtoeol
int clrtoeol()
Undocumented in source. Be warned that the author may not have intended to support it.
color_content
int color_content(short color, short* r, short* g, short* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
color_set
int color_set(N color_pair_number, V* opts)
Undocumented in source. Be warned that the author may not have intended to support it.
copywin
int copywin(WINDOW* srcwin, WINDOW* dstwin, int sminrow, int smincol, int dminrow, int dmincol, int dmaxrow, int dmaxcol, int overlay)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
curs_set
int curs_set(int visibility)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
curses_version
char* curses_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
def_prog_mode
int def_prog_mode()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
def_shell_mode
int def_shell_mode()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
define_key
int define_key(char* definition, int keycode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
delay_output
int delay_output(int ms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
delch
int delch()
Undocumented in source. Be warned that the author may not have intended to support it.
deleteln
int deleteln()
Undocumented in source. Be warned that the author may not have intended to support it.
delscreen
void delscreen(SCREEN* sp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
delwin
int delwin(WINDOW* win)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
derwin
WINDOW* derwin(WINDOW* orig, int nlines, int ncols, int begin_y, int begin_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
doupdate
int doupdate()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dupwin
WINDOW* dupwin(WINDOW* win)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
echo
int echo()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
echo_wchar
int echo_wchar(C* wch)
Undocumented in source. Be warned that the author may not have intended to support it.
echochar
int echochar(C ch)
Undocumented in source. Be warned that the author may not have intended to support it.
endwin
int endwin()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
erase
int erase()
Undocumented in source. Be warned that the author may not have intended to support it.
erasechar
char erasechar()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
erasewchar
int erasewchar(wchar_t* ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
filter
void filter()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
flash
int flash()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
flushinp
int flushinp()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_escdelay
int get_escdelay()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_wch
int get_wch(WN* wch)
Undocumented in source. Be warned that the author may not have intended to support it.
get_wstr
int get_wstr(WN* wstr)
Undocumented in source. Be warned that the author may not have intended to support it.
getattrs
int getattrs(U win)
Undocumented in source. Be warned that the author may not have intended to support it.
getbegx
int getbegx(U win)
Undocumented in source. Be warned that the author may not have intended to support it.
getbegy
int getbegy(U win)
Undocumented in source. Be warned that the author may not have intended to support it.
getbegyx
void getbegyx(U win, T y, T x)
Undocumented in source. Be warned that the author may not have intended to support it.
getbkgd
chtype getbkgd(W* win)
Undocumented in source. Be warned that the author may not have intended to support it.
getbkgrnd
int getbkgrnd(C* wch)
Undocumented in source. Be warned that the author may not have intended to support it.
getcchar
int getcchar(cchar_t* wcval, wchar_t* wch, attr_t* attrs, short* color_pair, void* opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getch
int getch()
Undocumented in source. Be warned that the author may not have intended to support it.
getcurx
int getcurx(U win)
Undocumented in source. Be warned that the author may not have intended to support it.
getcury
int getcury(U win)
Undocumented in source. Be warned that the author may not have intended to support it.
getmaxx
int getmaxx(U win)
Undocumented in source. Be warned that the author may not have intended to support it.
getmaxy
int getmaxy(U win)
Undocumented in source. Be warned that the author may not have intended to support it.
getmaxyx
void getmaxyx(U win, T y, T x)
Undocumented in source. Be warned that the author may not have intended to support it.
getmouse
int getmouse(MEVENT* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getn_wstr
int getn_wstr(WN* wstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
getnstr
int getnstr(C* str, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
getparx
int getparx(U win)
Undocumented in source. Be warned that the author may not have intended to support it.
getpary
int getpary(U win)
Undocumented in source. Be warned that the author may not have intended to support it.
getparyx
void getparyx(U win, T y, T x)
Undocumented in source. Be warned that the author may not have intended to support it.
getstr
int getstr(C* str)
Undocumented in source. Be warned that the author may not have intended to support it.
getwin
WINDOW* getwin(FILE* filep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getyx
void getyx(U win, T y, T x)
Undocumented in source. Be warned that the author may not have intended to support it.
halfdelay
int halfdelay(int tenths)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
has_colors
bool has_colors()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
has_ic
bool has_ic()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
has_il
bool has_il()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
has_key
int has_key(int ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
has_mouse
bool has_mouse()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hline
int hline(C ch, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
hline_set
int hline_set(C* wch, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
idcok
void idcok(WINDOW* win, bool bf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
idlok
int idlok(WINDOW* win, bool bf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
immedok
void immedok(WINDOW* win, bool bf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
in_wch
int in_wch(CC* wcval)
Undocumented in source. Be warned that the author may not have intended to support it.
in_wchnstr
int in_wchnstr(CC* wchstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
in_wchstr
int in_wchstr(CC* wchstr)
Undocumented in source. Be warned that the author may not have intended to support it.
inch
chtype inch()
Undocumented in source. Be warned that the author may not have intended to support it.
inchnstr
int inchnstr(C* chstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
inchstr
int inchstr(C* chstr)
Undocumented in source. Be warned that the author may not have intended to support it.
init_color
int init_color(short color, short r, short g, short b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
init_pair
int init_pair(short pair, short f, short b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
initscr
WINDOW* initscr()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
innstr
int innstr(C* str, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
innwstr
int innwstr(WC* str, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
ins_nwstr
int ins_nwstr(WC* wstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
ins_wch
int ins_wch(CC* wch)
Undocumented in source. Be warned that the author may not have intended to support it.
ins_wstr
int ins_wstr(WC* wstr)
Undocumented in source. Be warned that the author may not have intended to support it.
insch
int insch(CH ch)
Undocumented in source. Be warned that the author may not have intended to support it.
insdelln
int insdelln(N n)
Undocumented in source. Be warned that the author may not have intended to support it.
insertln
int insertln()
Undocumented in source. Be warned that the author may not have intended to support it.
insnstr
int insnstr(C* str, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
insstr
int insstr(C* str)
Undocumented in source. Be warned that the author may not have intended to support it.
instr
int instr(C* str)
Undocumented in source. Be warned that the author may not have intended to support it.
intrflush
int intrflush(WINDOW* win, bool bf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
inwstr
int inwstr(WC* str)
Undocumented in source. Be warned that the author may not have intended to support it.
is_linetouched
bool is_linetouched(WINDOW* win, int line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
is_term_resized
bool is_term_resized(int lines, int columns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
is_wintouched
bool is_wintouched(WINDOW* win)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
isendwin
bool isendwin()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
key_defined
int key_defined(char* definition)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
key_name
char* key_name(wchar_t w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
keybound
char* keybound(int keycode, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
keyname
char* keyname(int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
keyok
int keyok(int keycode, bool enable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
keypad
int keypad(WINDOW* win, bool bf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
killchar
char killchar()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
killwchar
int killwchar(wchar_t* ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
leaveok
int leaveok(WINDOW* win, bool bf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
longname
char* longname()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mcprint
int mcprint(char* data, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
meta
int meta(WINDOW* win, bool bf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mouseinterval
int mouseinterval(int erval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mousemask
mmask_t mousemask(mmask_t newmask, mmask_t* oldmask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
move
int move(N y, N x)
Undocumented in source. Be warned that the author may not have intended to support it.
mvadd_wch
int mvadd_wch(N y, N x, C* wch)
Undocumented in source. Be warned that the author may not have intended to support it.
mvadd_wchnstr
int mvadd_wchnstr(N y, N x, C* wchstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvadd_wchstr
int mvadd_wchstr(N y, N x, C* wchstr)
Undocumented in source. Be warned that the author may not have intended to support it.
mvaddch
int mvaddch(N y, N x, C ch)
Undocumented in source. Be warned that the author may not have intended to support it.
mvaddch
int mvaddch(N y, N x, C ch)
Undocumented in source. Be warned that the author may not have intended to support it.
mvaddchnstr
int mvaddchnstr(N y, N x, C* chstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvaddchstr
int mvaddchstr(N y, N x, C* chstr)
Undocumented in source. Be warned that the author may not have intended to support it.
mvaddnstr
int mvaddnstr(N y, N x, C* str, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvaddnwstr
int mvaddnwstr(N y, N x, WC* wstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvaddstr
int mvaddstr(N y, N x, C* str)
Undocumented in source. Be warned that the author may not have intended to support it.
mvaddwstr
int mvaddwstr(N y, N x, WC* wstr)
Undocumented in source. Be warned that the author may not have intended to support it.
mvchgat
int mvchgat(N y, N x, N n, A attr, S color, V* opts)
Undocumented in source. Be warned that the author may not have intended to support it.
mvcur
int mvcur(int , int , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvdelch
int mvdelch(N y, N x)
Undocumented in source. Be warned that the author may not have intended to support it.
mvderwin
int mvderwin(WINDOW* win, int par_y, int par_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvget_wch
int mvget_wch(N y, N x, WN* wch)
Undocumented in source. Be warned that the author may not have intended to support it.
mvget_wstr
int mvget_wstr(N y, N x, WN* wstr)
Undocumented in source. Be warned that the author may not have intended to support it.
mvgetch
int mvgetch(N y, N x)
Undocumented in source. Be warned that the author may not have intended to support it.
mvgetn_wstr
int mvgetn_wstr(N y, N x, WN* wstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvgetnstr
int mvgetnstr(N y, N x, C* str, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvgetstr
int mvgetstr(N y, N x, C* str)
Undocumented in source. Be warned that the author may not have intended to support it.
mvhline
int mvhline(N y, N x, C ch, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvhline_set
int mvhline_set(N y, N x, C* wch, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvin_wch
int mvin_wch(N y, N x, CC* wcval)
Undocumented in source. Be warned that the author may not have intended to support it.
mvin_wchnstr
int mvin_wchnstr(N y, N x, CC* wchstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvin_wchstr
int mvin_wchstr(N y, N x, CC* wchstr)
Undocumented in source. Be warned that the author may not have intended to support it.
mvinch
chtype mvinch(N y, N x)
Undocumented in source. Be warned that the author may not have intended to support it.
mvinchnstr
int mvinchnstr(N y, N x, C* chstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvinchstr
int mvinchstr(N y, N x, C* chstr)
Undocumented in source. Be warned that the author may not have intended to support it.
mvinnstr
int mvinnstr(N y, N x, C* str, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvinnwstr
int mvinnwstr(N y, N x, WC* str, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvins_nwstr
int mvins_nwstr(N y, N x, WC* wstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvins_wch
int mvins_wch(N y, N x, CC* wch)
Undocumented in source. Be warned that the author may not have intended to support it.
mvins_wstr
int mvins_wstr(N y, N x, WC* wstr)
Undocumented in source. Be warned that the author may not have intended to support it.
mvinsch
int mvinsch(N y, N x, CH ch)
Undocumented in source. Be warned that the author may not have intended to support it.
mvinsnstr
int mvinsnstr(N y, N x, C* str, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvinsstr
int mvinsstr(N y, N x, C* str)
Undocumented in source. Be warned that the author may not have intended to support it.
mvinstr
int mvinstr(N y, N x, C* str)
Undocumented in source. Be warned that the author may not have intended to support it.
mvinwstr
int mvinwstr(N y, N x, WC* str)
Undocumented in source. Be warned that the author may not have intended to support it.
mvprintw
int mvprintw(int y, int x, char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvscanw
int mvscanw(int y, int x, char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvvline
int mvvline(N y, N x, C ch, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvvline_set
int mvvline_set(N y, N x, C* wch, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwadd_wch
int mvwadd_wch(W* win, N y, N x, C* wch)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwadd_wchnstr
int mvwadd_wchnstr(W* win, N y, N x, C* wchstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwadd_wchstr
int mvwadd_wchstr(W* win, N y, N x, C* wchstr)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwaddch
int mvwaddch(W* win, N y, N x, C ch)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwaddch
int mvwaddch(W* win, N y, N x, C ch)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwaddchnstr
int mvwaddchnstr(W* win, N y, N x, C* chstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwaddchstr
int mvwaddchstr(W* win, N y, N x, C* chstr)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwaddnstr
int mvwaddnstr(W* win, N y, N x, C* str, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwaddnwstr
int mvwaddnwstr(W* win, N y, N x, WC* wstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwaddstr
int mvwaddstr(W* win, N y, N x, C* str)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwaddwstr
int mvwaddwstr(W* win, N y, N x, WC* wstr)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwchgat
int mvwchgat(W* win, N y, N x, N n, A attr, S color, V* opts)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwdelch
int mvwdelch(W* win, N y, N x)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwget_wch
int mvwget_wch(W* win, N y, N x, WN* wch)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwget_wstr
int mvwget_wstr(W* win, N y, N x, WN* wstr)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwgetch
int mvwgetch(W* win, N y, N x)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwgetn_wstr
int mvwgetn_wstr(W* win, N y, N x, WN* wstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwgetnstr
int mvwgetnstr(W* win, N y, N x, C* str, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwgetstr
int mvwgetstr(W* win, N y, N x, C* str)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwhline
int mvwhline(W* win, N y, N x, C ch, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwhline_set
int mvwhline_set(W* win, N y, N x, C* wch, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwin
int mvwin(WINDOW* win, int y, int x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwin_wch
int mvwin_wch(W* win, N y, N x, CC* wcval)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwin_wchnstr
int mvwin_wchnstr(W* win, N y, N x, CC* wchstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwin_wchstr
int mvwin_wchstr(W* win, N y, N x, CC* wchstr)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwinch
chtype mvwinch(W* win, N y, N x)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwinchnstr
int mvwinchnstr(W* win, N y, N x, C* chstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwinchstr
int mvwinchstr(W* win, N y, N x, C* chstr)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwinnstr
int mvwinnstr(W* win, N y, N x, C* str, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwinnwstr
int mvwinnwstr(W* win, N y, N x, WC* str, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwins_nwstr
int mvwins_nwstr(W* win, N y, N x, WC* wstr, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwins_wch
int mvwins_wch(W* win, N y, N x, CC* wch)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwins_wstr
int mvwins_wstr(W* win, N y, N x, WC* wstr)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwinsch
int mvwinsch(W* win, N y, N x, CH ch)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwinsnstr
int mvwinsnstr(W* win, N y, N x, char* str, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwinsstr
int mvwinsstr(W* win, N y, N x, C* str)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwinstr
int mvwinstr(W* win, N y, N x, C* str)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwinwstr
int mvwinwstr(W* win, N y, N x, WC* str)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwprintw
int mvwprintw(WINDOW* win, int y, int x, char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwscanw
int mvwscanw(WINDOW* win, int y, int x, char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwvline
int mvwvline(W* win, N y, N x, C ch, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
mvwvline_set
int mvwvline_set(W* win, N y, N x, C* wch, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
napms
int napms(int ms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
newpad
WINDOW* newpad(int nlines, int ncols)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
newterm
SCREEN* newterm(char* type, FILE* outfd, FILE* infd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
newwin
WINDOW* newwin(int nlines, int ncols, int begin_y, int begin_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nl
int nl()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nocbreak
int nocbreak()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nodelay
int nodelay(WINDOW* win, bool bf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
noecho
int noecho()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nofilter
void nofilter()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nonl
int nonl()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
noqiflush
void noqiflush()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
noraw
int noraw()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
notimeout
int notimeout(WINDOW* win, bool bf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
overlay
int overlay(WINDOW* srcwin, WINDOW* dstwin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
overwrite
int overwrite(WINDOW* srcwin, WINDOW* dstwin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pair_content
int pair_content(short pair, short* f, short* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pecho_wchar
int pecho_wchar(WINDOW* pad, cchar_t* wch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pechochar
int pechochar(WINDOW* pad, chtype ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnoutrefresh
int pnoutrefresh(WINDOW* pad, int pminrow, int pmincol, int sminrow, int smincol, int smaxrow, int smaxcol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
prefresh
int prefresh(WINDOW* pad, int pminrow, int pmincol, int sminrow, int smincol, int smaxrow, int smaxcol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
printw
int printw(char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
putp
int putp(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
putwin
int putwin(WINDOW* win, FILE* filep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
qiflush
void qiflush()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
raw
int raw()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
redrawwin
int redrawwin(W* win)
Undocumented in source. Be warned that the author may not have intended to support it.
refresh
int refresh()
Undocumented in source. Be warned that the author may not have intended to support it.
reset_prog_mode
int reset_prog_mode()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
reset_shell_mode
int reset_shell_mode()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
resetty
int resetty()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
resize_term
int resize_term(int lines, int columns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
resizeterm
int resizeterm(int lines, int columns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ripoffline
int ripoffline(int line, int function(WINDOW* win, int cols) init)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
savetty
int savetty()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
scanw
int scanw(char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
scr_dump
int scr_dump(char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
scr_init
int scr_init(char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
scr_restore
int scr_restore(char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
scr_set
int scr_set(char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
scrl
int scrl(N n)
Undocumented in source. Be warned that the author may not have intended to support it.
scroll
int scroll(W* win)
Undocumented in source. Be warned that the author may not have intended to support it.
scrollok
int scrollok(WINDOW* win, bool bf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_escdelay
int set_escdelay(int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_tabsize
int set_tabsize(int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_term
SCREEN* set_term(SCREEN* newscreen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setcchar
int setcchar(cchar_t* wcval, wchar_t* wch, attr_t attrs, short color_pair, void* opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setscrreg
int setscrreg(N top, N bot)
Undocumented in source. Be warned that the author may not have intended to support it.
slk_attr
attr_t slk_attr()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slk_attr_off
int slk_attr_off(A attrs, V* opts)
Undocumented in source. Be warned that the author may not have intended to support it.
slk_attr_on
int slk_attr_on(A attrs, V* opts)
Undocumented in source. Be warned that the author may not have intended to support it.
slk_attr_set
int slk_attr_set(attr_t attrs, short color_pair_number, void* opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slk_attroff
int slk_attroff(chtype attrs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slk_attron
int slk_attron(chtype attrs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slk_attrset
int slk_attrset(chtype attrs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slk_clear
int slk_clear()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slk_color
int slk_color(short color_pair_number)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slk_init
int slk_init(int fmt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slk_label
char* slk_label(int labnum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slk_noutrefresh
int slk_noutrefresh()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slk_refresh
int slk_refresh()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slk_restore
int slk_restore()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slk_set
int slk_set(int labnum, char* label, int fmt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slk_touch
int slk_touch()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slk_wset
int slk_wset(int one, wchar_t* two, int three)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
standend
int standend()
Undocumented in source. Be warned that the author may not have intended to support it.
standout
int standout()
Undocumented in source. Be warned that the author may not have intended to support it.
start_color
int start_color()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
subpad
WINDOW* subpad(WINDOW* orig, int nlines, int ncols, int begin_y, int begin_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
subwin
WINDOW* subwin(WINDOW* orig, int nlines, int ncols, int begin_y, int begin_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
syncok
int syncok(WINDOW* win, bool bf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
term_attrs
attr_t term_attrs()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
termattrs
chtype termattrs()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
termname
char* termname()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tigetflag
int tigetflag(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tigetnum
int tigetnum(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tigetstr
char* tigetstr(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timeout
void timeout(N delay)
Undocumented in source. Be warned that the author may not have intended to support it.
tiparm
char* tiparm(char* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
touchline
int touchline(W* win, N start, N count)
Undocumented in source. Be warned that the author may not have intended to support it.
touchwin
int touchwin(W* win)
Undocumented in source. Be warned that the author may not have intended to support it.
tparm
char* tparm(char* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
trace
void trace(uint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
typeahead
int typeahead(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
unget_wch
int unget_wch(wchar_t wch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ungetch
int ungetch(int ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ungetmouse
int ungetmouse(MEVENT* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
untouchwin
int untouchwin(W* win)
Undocumented in source. Be warned that the author may not have intended to support it.
use_default_colors
int use_default_colors()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
use_env
void use_env(bool f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
use_extended_names
int use_extended_names(bool enable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
use_legacy_coding
int use_legacy_coding(int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
use_screen
int use_screen(SCREEN* scr, NCURSES_SCREEN_CB , void* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
use_window
int use_window(WINDOW* win, NCURSES_WINDOW_CB , void* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vid_attr
int vid_attr(chtype a, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
vidattr
int vidattr(chtype c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vidputs
int vidputs(chtype , int function(int) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vline
int vline(C ch, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
vline_set
int vline_set(C* wch, N n)
Undocumented in source. Be warned that the author may not have intended to support it.
vw_printw
int vw_printw(W* win, C* fmt, V varglist)
Undocumented in source. Be warned that the author may not have intended to support it.
vw_scanw
int vw_scanw(W* win, C* fmt, V varglist)
Undocumented in source. Be warned that the author may not have intended to support it.
vwprintw
int vwprintw(WINDOW* win, char* fmt, va_list varglist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vwscanw
int vwscanw(WINDOW* win, char* fmt, va_list varglist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wadd_wch
int wadd_wch(WINDOW* win, cchar_t* wch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wadd_wchnstr
int wadd_wchnstr(WINDOW* win, cchar_t* wchstr, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wadd_wchstr
int wadd_wchstr(W* win, C* wchstr)
Undocumented in source. Be warned that the author may not have intended to support it.
waddch
int waddch(WINDOW* win, chtype ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
waddchnstr
int waddchnstr(WINDOW* win, chtype* chstr, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
waddchstr
int waddchstr(W* win, C* chstr)
Undocumented in source. Be warned that the author may not have intended to support it.
waddnstr
int waddnstr(WINDOW* win, char* str, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
waddnwstr
int waddnwstr(WINDOW* win, wchar_t* wstr, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
waddstr
int waddstr(W* win, C* str)
Undocumented in source. Be warned that the author may not have intended to support it.
waddwstr
int waddwstr(W* win, WC* wstr)
Undocumented in source. Be warned that the author may not have intended to support it.
wattr_get
int wattr_get(W* win, A* attrs, S* pair, V* opts)
Undocumented in source. Be warned that the author may not have intended to support it.
wattr_off
int wattr_off(WINDOW* win, attr_t attrs, void* opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wattr_on
int wattr_on(WINDOW* win, attr_t attrs, void* opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wattr_set
int wattr_set(W* win, A attrs, S pair, V* opts)
Undocumented in source. Be warned that the author may not have intended to support it.
wattroff
int wattroff(W* win, N attrs)
Undocumented in source. Be warned that the author may not have intended to support it.
wattron
int wattron(W* win, N attrs)
Undocumented in source. Be warned that the author may not have intended to support it.
wattrset
int wattrset(W* win, N attrs)
Undocumented in source. Be warned that the author may not have intended to support it.
wbkgd
int wbkgd(WINDOW* win, chtype ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wbkgdset
void wbkgdset(WINDOW* win, chtype ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wbkgrnd
int wbkgrnd(WINDOW* win, cchar_t* wch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wbkgrndset
void wbkgrndset(WINDOW* win, cchar_t* wch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wborder
int wborder(WINDOW* win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wborder_set
int wborder_set(WINDOW* win, cchar_t* ls, cchar_t* rs, cchar_t* ts, cchar_t* bs, cchar_t* tl, cchar_t* tr, cchar_t* bl, cchar_t* br)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wchgat
int wchgat(WINDOW* win, int n, attr_t attr, short color, void* opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wclear
int wclear(WINDOW* win)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wclrtobot
int wclrtobot(WINDOW* win)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wclrtoeol
int wclrtoeol(WINDOW* win)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcolor_set
int wcolor_set(WINDOW* win, short color_pair_number, void* opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcursyncup
void wcursyncup(WINDOW* win)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdelch
int wdelch(WINDOW* win)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdeleteln
int wdeleteln(W* win)
Undocumented in source. Be warned that the author may not have intended to support it.
wecho_wchar
int wecho_wchar(WINDOW* win, cchar_t* wch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wechochar
int wechochar(WINDOW* win, chtype ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
werase
int werase(WINDOW* win)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wget_wch
int wget_wch(WINDOW* win, wint_t* wch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wget_wstr
int wget_wstr(W* win, WN* wstr)
Undocumented in source. Be warned that the author may not have intended to support it.
wgetbkgrnd
int wgetbkgrnd(W* win, C* wch)
Undocumented in source. Be warned that the author may not have intended to support it.
wgetch
int wgetch(WINDOW* win)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wgetch_events
int wgetch_events(WINDOW* win, _nc_eventlist* nc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wgetn_wstr
int wgetn_wstr(WINDOW* win, wint_t* wstr, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wgetnstr
int wgetnstr(WINDOW* win, char* str, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wgetnstr_events
int wgetnstr_events(WINDOW* win, char* str, int one, _nc_eventlist* nc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wgetstr
int wgetstr(W* win, C* str)
Undocumented in source. Be warned that the author may not have intended to support it.
whline
int whline(WINDOW* win, chtype ch, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
whline_set
int whline_set(WINDOW* win, cchar_t* wch, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
win_wch
int win_wch(WINDOW* win, cchar_t* wcval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
win_wchnstr
int win_wchnstr(WINDOW* win, cchar_t* wchstr, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
win_wchstr
int win_wchstr(W* win, CC* wchstr)
Undocumented in source. Be warned that the author may not have intended to support it.
winch
chtype winch(WINDOW* win)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
winchnstr
int winchnstr(WINDOW* win, chtype* chstr, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
winchstr
int winchstr(W* win, C* chstr)
Undocumented in source. Be warned that the author may not have intended to support it.
winnstr
int winnstr(WINDOW* win, char* str, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
winnwstr
int winnwstr(WINDOW* win, wchar_t* str, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wins_nwstr
int wins_nwstr(WINDOW* win, wchar_t* wstr, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wins_wch
int wins_wch(WINDOW* win, cchar_t* wch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wins_wstr
int wins_wstr(W* win, WC* wstr)
Undocumented in source. Be warned that the author may not have intended to support it.
winsch
int winsch(WINDOW* win, chtype ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
winsdelln
int winsdelln(WINDOW* win, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
winsertln
int winsertln(W* win)
Undocumented in source. Be warned that the author may not have intended to support it.
winsnstr
int winsnstr(WINDOW* win, char* str, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
winsstr
int winsstr(W* win, C* str)
Undocumented in source. Be warned that the author may not have intended to support it.
winstr
int winstr(W* win, C* str)
Undocumented in source. Be warned that the author may not have intended to support it.
winwstr
int winwstr(W* win, WC* str)
Undocumented in source. Be warned that the author may not have intended to support it.
wmove
int wmove(WINDOW* win, int y, int x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wnoutrefresh
int wnoutrefresh(WINDOW* win)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wprintw
int wprintw(WINDOW* win, char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wredrawln
int wredrawln(WINDOW* win, int beg_line, int num_lines)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wrefresh
int wrefresh(WINDOW* win)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wresize
int wresize(WINDOW* win, int lines, int columns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wscanw
int wscanw(WINDOW* win, char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wscrl
int wscrl(WINDOW* win, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wsetscrreg
int wsetscrreg(WINDOW* win, int top, int bot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wstandend
int wstandend(W* win)
Undocumented in source. Be warned that the author may not have intended to support it.
wstandout
int wstandout(W* win)
Undocumented in source. Be warned that the author may not have intended to support it.
wsyncdown
void wsyncdown(WINDOW* win)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wsyncup
void wsyncup(WINDOW* win)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wtimeout
void wtimeout(WINDOW* win, int delay)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wtouchln
int wtouchln(WINDOW* win, int y, int n, int changed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wunctrl
char* wunctrl(cchar_t* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wvline
int wvline(WINDOW* win, chtype ch, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wvline_set
int wvline_set(WINDOW* win, cchar_t* wch, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Properties

ACS_BBSS
auto ACS_BBSS [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_BLOCK
auto ACS_BLOCK [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_BOARD
auto ACS_BOARD [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_BSBS
auto ACS_BSBS [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_BSSB
auto ACS_BSSB [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_BSSS
auto ACS_BSSS [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_BTEE
auto ACS_BTEE [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_BULLET
auto ACS_BULLET [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_CKBOARD
auto ACS_CKBOARD [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_DARROW
auto ACS_DARROW [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_DEGREE
auto ACS_DEGREE [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_DIAMOND
auto ACS_DIAMOND [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_GEQUAL
auto ACS_GEQUAL [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_HLINE
auto ACS_HLINE [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_LANTERN
auto ACS_LANTERN [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_LARROW
auto ACS_LARROW [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_LEQUAL
auto ACS_LEQUAL [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_LLCORNER
auto ACS_LLCORNER [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_LRCORNER
auto ACS_LRCORNER [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_LTEE
auto ACS_LTEE [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_NEQUAL
auto ACS_NEQUAL [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_PI
auto ACS_PI [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_PLMINUS
auto ACS_PLMINUS [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_PLUS
auto ACS_PLUS [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_RARROW
auto ACS_RARROW [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_RTEE
auto ACS_RTEE [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_S1
auto ACS_S1 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_S3
auto ACS_S3 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_S7
auto ACS_S7 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_S9
auto ACS_S9 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_SBBS
auto ACS_SBBS [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_SBSB
auto ACS_SBSB [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_SBSS
auto ACS_SBSS [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_SSBB
auto ACS_SSBB [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_SSBS
auto ACS_SSBS [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_SSSB
auto ACS_SSSB [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_SSSS
auto ACS_SSSS [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_STERLING
auto ACS_STERLING [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_TTEE
auto ACS_TTEE [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_UARROW
auto ACS_UARROW [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_ULCORNER
auto ACS_ULCORNER [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_URCORNER
auto ACS_URCORNER [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ACS_VLINE
auto ACS_VLINE [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

COLORS
int COLORS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
COLOR_PAIRS
int COLOR_PAIRS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
COLS
int COLS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ESCDELAY
int ESCDELAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LINES
int LINES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TABSIZE
int TABSIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
acs_map
chtype[256] acs_map;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
curscr
WINDOW* curscr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
newscr
WINDOW* newscr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stdscr
WINDOW* stdscr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ttytype
char[] ttytype;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

MEVENT
struct MEVENT

TODO + #define BUTTON1_RESERVED_EVENT NCURSES_MOUSE_MASK(1, NCURSES_RESERVED_EVENT) #define BUTTON2_RESERVED_EVENT NCURSES_MOUSE_MASK(2, NCURSES_RESERVED_EVENT) #define BUTTON3_RESERVED_EVENT NCURSES_MOUSE_MASK(3, NCURSES_RESERVED_EVENT) #define BUTTON4_RESERVED_EVENT NCURSES_MOUSE_MASK(4, NCURSES_RESERVED_EVENT)

WINDOW
struct WINDOW
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_nc_event
struct _nc_event
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_nc_eventlist
struct _nc_eventlist
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cchar_t
struct cchar_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

CCHARW_MAX
size_t CCHARW_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_ATTR_SHIFT
ubyte NCURSES_ATTR_SHIFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_VERSION
string NCURSES_VERSION;
Undocumented in source.
_NEWINDEX
int _NEWINDEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_NOCHANGE
int _NOCHANGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

Authors

Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 * and: Eric S. Raymond <esr@snark.thyrsus.com> * and: Thomas E. Dickey 1996-on *