pdcurses.curses

Undocumented in source.

Members

Aliases

WINDOW
alias WINDOW = _win
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.
ungetch
alias ungetch = PDC_ungetch
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

ACS_PICK
auto ACS_PICK(T0 w, T1 n)

Alternate character set macros **

A_BUTTON_CHANGED
auto A_BUTTON_CHANGED()
Undocumented in source. Be warned that the author may not have intended to support it.
BUTTON_CHANGED
auto BUTTON_CHANGED(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
BUTTON_STATUS
auto BUTTON_STATUS(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
COLOR_PAIR
auto COLOR_PAIR(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
KEY_F
auto KEY_F(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
MOUSE_MOVED
auto MOUSE_MOVED()
Undocumented in source. Be warned that the author may not have intended to support it.
MOUSE_POS_REPORT
auto MOUSE_POS_REPORT()
Undocumented in source. Be warned that the author may not have intended to support it.
MOUSE_WHEEL_DOWN
auto MOUSE_WHEEL_DOWN()
Undocumented in source. Be warned that the author may not have intended to support it.
MOUSE_WHEEL_UP
auto MOUSE_WHEEL_UP()
Undocumented in source. Be warned that the author may not have intended to support it.
MOUSE_X_POS
auto MOUSE_X_POS()
Undocumented in source. Be warned that the author may not have intended to support it.
MOUSE_Y_POS
auto MOUSE_Y_POS()
Undocumented in source. Be warned that the author may not have intended to support it.
PAIR_NUMBER
auto PAIR_NUMBER(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
PDC_clearclipboard
int PDC_clearclipboard()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_debug
void PDC_debug(const(char)* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_freeclipboard
int PDC_freeclipboard(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_get_input_fd
c_ulong PDC_get_input_fd()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_get_key_modifiers
c_ulong PDC_get_key_modifiers()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_getclipboard
int PDC_getclipboard(char** , c_long* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_return_key_modifiers
int PDC_return_key_modifiers(bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_save_key_modifiers
int PDC_save_key_modifiers(bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_set_blink
int PDC_set_blink(bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_set_line_color
int PDC_set_line_color(short )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_set_title
void PDC_set_title(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_setclipboard
int PDC_setclipboard(const(char)* , c_long )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_ungetch
int PDC_ungetch(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
addch
int addch(chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
addchnstr
int addchnstr(const(chtype)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
addchstr
int addchstr(const(chtype)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
addnstr
int addnstr(const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
addrawch
int addrawch(chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
addstr
int addstr(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
assume_default_colors
int assume_default_colors(int , int )
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(attr_t* , short* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
attr_off
int attr_off(attr_t , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
attr_on
int attr_on(attr_t , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
attr_set
int attr_set(attr_t , short , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
attroff
int attroff(chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
attron
int attron(chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
attrset
int attrset(chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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(chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bkgdset
void bkgdset(chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
border
int border(chtype , chtype , chtype , chtype , chtype , chtype , chtype , chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
box
int box(WINDOW* , chtype , chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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(int , attr_t , short , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clear
int clear()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clearok
int clearok(WINDOW* , bool )
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 but is binding to C. You might be able to learn more by searching the web for its name.
clrtoeol
int clrtoeol()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
color_content
int color_content(short , short* , short* , short* )
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(short , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
copywin
int copywin(const(WINDOW)* , WINDOW* , int , int , int , 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.
crmode
int crmode()
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 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
curses_version
const(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.
delay_output
int delay_output(int )
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 but is binding to C. You might be able to learn more by searching the web for its name.
deleteln
int deleteln()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
delscreen
void delscreen(SCREEN* )
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* )
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* , 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.
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.
draino
int draino(int )
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* )
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.
echochar
int echochar(chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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 but is binding to C. You might be able to learn more by searching the web for its name.
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.
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.
fixterm
int fixterm()
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.
getattrs
chtype getattrs(WINDOW* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getbegx
int getbegx(WINDOW* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getbegy
int getbegy(WINDOW* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getbegyx
void getbegyx(WINDOW* w, int y, int x)
Undocumented in source. Be warned that the author may not have intended to support it.
getbkgd
chtype getbkgd(WINDOW* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getbmap
c_ulong getbmap()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getch
auto getch()

Functions defined as macros **

getcurx
int getcurx(WINDOW* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getcury
int getcury(WINDOW* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getmaxx
int getmaxx(WINDOW* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getmaxy
int getmaxy(WINDOW* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getmaxyx
void getmaxyx(WINDOW* w, int y, int x)
Undocumented in source. Be warned that the author may not have intended to support it.
getmouse
c_ulong getmouse()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getnstr
int getnstr(char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getparx
int getparx(WINDOW* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpary
int getpary(WINDOW* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getparyx
void getparyx(WINDOW* w, int y, int x)
Undocumented in source. Be warned that the author may not have intended to support it.
getstr
int getstr(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getsyx
void getsyx(int y, int x)
Undocumented in source. Be warned that the author may not have intended to support it.
getwin
WINDOW* getwin(FILE* )
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(WINDOW* w, int y, int x)
Undocumented in source. Be warned that the author may not have intended to support it.
halfdelay
int halfdelay(int )
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
bool has_key(int )
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(chtype , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
idcok
void idcok(WINDOW* , bool )
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* , bool )
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* , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
inch
chtype inch()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
inchnstr
int inchnstr(chtype* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
inchstr
int inchstr(chtype* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
init_color
int init_color(short , short , short , short )
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 , short , short )
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(char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
insch
int insch(chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
insdelln
int insdelln(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
insertln
int insertln()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
insnstr
int insnstr(const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
insrawch
int insrawch(chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
insstr
int insstr(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
instr
int instr(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
intrflush
int intrflush(WINDOW* , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
is_linetouched
bool is_linetouched(WINDOW* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
is_termresized
bool is_termresized()
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* )
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.
keyname
char* keyname(int )
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* , bool )
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.
leaveok
int leaveok(WINDOW* , bool )
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.
map_button
int map_button(c_ulong )
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* , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mouse_off
int mouse_off(c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mouse_on
int mouse_on(c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mouse_set
int mouse_set(c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mouse_trafo
bool mouse_trafo(int* , int* , bool )
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 )
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 , mmask_t* )
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(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvaddch
int mvaddch(int , int , chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvaddchnstr
int mvaddchnstr(int , int , const(chtype)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvaddchstr
int mvaddchstr(int , int , const(chtype)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvaddnstr
int mvaddnstr(int , int , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvaddrawch
int mvaddrawch(int , int , chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvaddstr
int mvaddstr(int , int , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvchgat
int mvchgat(int , int , int , attr_t , short , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvdeleteln
int mvdeleteln(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvderwin
int mvderwin(WINDOW* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvgetch
int mvgetch(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvgetnstr
int mvgetnstr(int , int , char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvgetstr
int mvgetstr(int , int , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvhline
int mvhline(int , int , chtype , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvinch
chtype mvinch(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvinchnstr
int mvinchnstr(int , int , chtype* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvinchstr
int mvinchstr(int , int , chtype* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvinnstr
int mvinnstr(int , int , char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvinsch
int mvinsch(int , int , chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvinsertln
int mvinsertln(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvinsnstr
int mvinsnstr(int , int , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvinsrawch
int mvinsrawch(int , int , chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvinsstr
int mvinsstr(int , int , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvinstr
int mvinstr(int , int , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvprintw
int mvprintw(int , int , const(char)* , ...)
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 , int , const(char)* , ...)
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(int , int , chtype , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwaddch
int mvwaddch(WINDOW* , int , int , chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwaddchnstr
int mvwaddchnstr(WINDOW* , int , int , const(chtype)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwaddchstr
int mvwaddchstr(WINDOW* , int , int , const(chtype)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwaddnstr
int mvwaddnstr(WINDOW* , int , int , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwaddrawch
int mvwaddrawch(WINDOW* , int , int , chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwaddstr
int mvwaddstr(WINDOW* , int , int , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwchgat
int mvwchgat(WINDOW* , int , int , int , attr_t , short , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwdelch
int mvwdelch(WINDOW* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwdeleteln
int mvwdeleteln(WINDOW* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwgetch
int mvwgetch(WINDOW* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwgetnstr
int mvwgetnstr(WINDOW* , int , int , char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwgetstr
int mvwgetstr(WINDOW* , int , int , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwhline
int mvwhline(WINDOW* , int , int , chtype , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwin
int mvwin(WINDOW* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwinch
chtype mvwinch(WINDOW* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwinchnstr
int mvwinchnstr(WINDOW* , int , int , chtype* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwinchstr
int mvwinchstr(WINDOW* , int , int , chtype* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwinnstr
int mvwinnstr(WINDOW* , int , int , char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwinsch
int mvwinsch(WINDOW* , int , int , chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwinsertln
int mvwinsertln(WINDOW* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwinsnstr
int mvwinsnstr(WINDOW* , int , int , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwinsrawch
int mvwinsrawch(WINDOW* , int , int , chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwinsstr
int mvwinsstr(WINDOW* , int , int , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwinstr
int mvwinstr(WINDOW* , int , int , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mvwprintw
int mvwprintw(WINDOW* , int , int , const(char)* , ...)
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* , int , int , const(char)* , ...)
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(WINDOW* , int , int , chtype , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
napms
int napms(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nc_getmouse
int nc_getmouse(MEVENT* )
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 , int )
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(const(char)* , FILE* , FILE* )
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 , 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.
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.
nocrmode
int nocrmode()
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* , bool )
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.
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* , bool )
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(const(WINDOW)* , WINDOW* )
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(const(WINDOW)* , WINDOW* )
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 , short* , short* )
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* , chtype )
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* , int , int , 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.
prefresh
int prefresh(WINDOW* , int , int , 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.
printw
int printw(const(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* , FILE* )
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.
raw_output
int raw_output(bool )
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(WINDOW* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
refresh
int refresh()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
request_mouse_pos
int request_mouse_pos()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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.
resetterm
int resetterm()
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 , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
resize_window
WINDOW* resize_window(WINDOW* , int , int )
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 , int function(WINDOW*, int) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
saveterm
int saveterm()
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(const(char)* , ...)
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(const(char)* )
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(const(char)* )
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(const(char)* )
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(const(char)* )
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(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
scroll
int scroll(WINDOW* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
scrollok
int scrollok(WINDOW* , bool )
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* )
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(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setsyx
int setsyx(int , int )
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(attr_t , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slk_attr_on
int slk_attr_on(attr_t , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slk_attr_set
int slk_attr_set(attr_t , short , void* )
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 )
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 )
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 )
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 )
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 )
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 )
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 , const(char)* , int )
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.
standend
int standend()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
standout
int standout()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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* , 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.
subwin
WINDOW* subwin(WINDOW* , 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.
syncok
int syncok(WINDOW* , bool )
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.
timeout
void timeout(int )
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(WINDOW* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
touchwin
int touchwin(WINDOW* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
traceoff
void traceoff()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
traceon
void traceon()
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 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
unctrl
char* unctrl(chtype )
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* )
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(WINDOW* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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 )
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(attr_t , short , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vid_puts
int vid_puts(attr_t , short , void* , 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.
vidattr
int vidattr(chtype )
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(chtype , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vw_printw
int vw_printw(WINDOW* , const(char)* , va_list )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vw_scanw
int vw_scanw(WINDOW* , const(char)* , va_list )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vwprintw
int vwprintw(WINDOW* , const(char)* , va_list )
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* , const(char)* , va_list )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
waddch
int waddch(WINDOW* , chtype )
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* , const(chtype)* , int )
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(WINDOW* , const(chtype)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
waddnstr
int waddnstr(WINDOW* , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
waddrawch
int waddrawch(WINDOW* , chtype )
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(WINDOW* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wattr_get
int wattr_get(WINDOW* , attr_t* , short* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wattr_off
int wattr_off(WINDOW* , attr_t , void* )
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* , attr_t , void* )
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(WINDOW* , attr_t , short , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wattroff
int wattroff(WINDOW* , chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wattron
int wattron(WINDOW* , chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wattrset
int wattrset(WINDOW* , chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wbkgd
int wbkgd(WINDOW* , chtype )
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* , chtype )
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* , chtype , chtype , chtype , chtype , chtype , chtype , chtype , chtype )
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* , int , attr_t , short , const(void)* )
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* )
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* )
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* )
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* , short , void* )
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* )
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* )
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(WINDOW* )
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* , chtype )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wenclose
bool wenclose(const(WINDOW)* , int , int )
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* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wgetch
int wgetch(WINDOW* )
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* , char* , int )
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(WINDOW* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
whline
int whline(WINDOW* , chtype , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
winch
chtype winch(WINDOW* )
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* , chtype* , int )
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(WINDOW* , chtype* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
winnstr
int winnstr(WINDOW* , char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
winsch
int winsch(WINDOW* , chtype )
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* , int )
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(WINDOW* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
winsnstr
int winsnstr(WINDOW* , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
winsrawch
int winsrawch(WINDOW* , chtype )
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(WINDOW* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
winstr
int winstr(WINDOW* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wmouse_position
void wmouse_position(WINDOW* , int* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wmouse_trafo
bool wmouse_trafo(const(WINDOW)* , int* , int* , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wmove
int wmove(WINDOW* , int , int )
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* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wordchar
char wordchar()
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* , const(char)* , ...)
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* , int , int )
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* )
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* , int , int )
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* , const(char)* , ...)
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* , int )
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* , int , int )
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(WINDOW* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wstandout
int wstandout(WINDOW* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wsyncdown
void wsyncdown(WINDOW* )
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* )
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* , int )
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* , 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.
wvline
int wvline(WINDOW* , chtype , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

ACS_BBSS
enum ACS_BBSS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_BLOCK
enum ACS_BLOCK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_BOARD
enum ACS_BOARD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_BSBS
enum ACS_BSBS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_BSSB
enum ACS_BSSB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_BSSS
enum ACS_BSSS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_BTEE
enum ACS_BTEE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_BULLET
enum ACS_BULLET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_CKBOARD
enum ACS_CKBOARD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_DARROW
enum ACS_DARROW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_DEGREE
enum ACS_DEGREE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_DIAMOND
enum ACS_DIAMOND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_GEQUAL
enum ACS_GEQUAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_HLINE
enum ACS_HLINE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_LANTERN
enum ACS_LANTERN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_LARROW
enum ACS_LARROW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_LEQUAL
enum ACS_LEQUAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_LLCORNER
enum ACS_LLCORNER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_LRCORNER
enum ACS_LRCORNER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_LTEE
enum ACS_LTEE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_NEQUAL
enum ACS_NEQUAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_PI
enum ACS_PI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_PLMINUS
enum ACS_PLMINUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_PLUS
enum ACS_PLUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_RARROW
enum ACS_RARROW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_RTEE
enum ACS_RTEE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_S1
enum ACS_S1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_S3
enum ACS_S3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_S7
enum ACS_S7;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_S9
enum ACS_S9;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_SBBS
enum ACS_SBBS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_SBSB
enum ACS_SBSB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_SBSS
enum ACS_SBSS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_SSBB
enum ACS_SSBB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_SSBS
enum ACS_SSBS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_SSSB
enum ACS_SSSB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_SSSS
enum ACS_SSSS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_STERLING
enum ACS_STERLING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_TTEE
enum ACS_TTEE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_UARROW
enum ACS_UARROW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_ULCORNER
enum ACS_ULCORNER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_URCORNER
enum ACS_URCORNER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ACS_VLINE
enum ACS_VLINE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALL_MOUSE_EVENTS
enum ALL_MOUSE_EVENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_0
enum ALT_0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_1
enum ALT_1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_2
enum ALT_2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_3
enum ALT_3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_4
enum ALT_4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_5
enum ALT_5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_6
enum ALT_6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_7
enum ALT_7;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_8
enum ALT_8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_9
enum ALT_9;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_A
enum ALT_A;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_B
enum ALT_B;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_BKSP
enum ALT_BKSP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_BQUOTE
enum ALT_BQUOTE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_BSLASH
enum ALT_BSLASH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_C
enum ALT_C;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_COMMA
enum ALT_COMMA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_D
enum ALT_D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_DEL
enum ALT_DEL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_DOWN
enum ALT_DOWN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_E
enum ALT_E;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_END
enum ALT_END;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_ENTER
enum ALT_ENTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_EQUAL
enum ALT_EQUAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_ESC
enum ALT_ESC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_F
enum ALT_F;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_FQUOTE
enum ALT_FQUOTE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_FSLASH
enum ALT_FSLASH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_G
enum ALT_G;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_H
enum ALT_H;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_HOME
enum ALT_HOME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_I
enum ALT_I;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_INS
enum ALT_INS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_J
enum ALT_J;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_K
enum ALT_K;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_L
enum ALT_L;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_LBRACKET
enum ALT_LBRACKET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_LEFT
enum ALT_LEFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_M
enum ALT_M;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_MINUS
enum ALT_MINUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_N
enum ALT_N;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_O
enum ALT_O;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_P
enum ALT_P;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_PAD0
enum ALT_PAD0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_PAD1
enum ALT_PAD1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_PAD2
enum ALT_PAD2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_PAD3
enum ALT_PAD3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_PAD4
enum ALT_PAD4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_PAD5
enum ALT_PAD5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_PAD6
enum ALT_PAD6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_PAD7
enum ALT_PAD7;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_PAD8
enum ALT_PAD8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_PAD9
enum ALT_PAD9;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_PADENTER
enum ALT_PADENTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_PADMINUS
enum ALT_PADMINUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_PADPLUS
enum ALT_PADPLUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_PADSLASH
enum ALT_PADSLASH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_PADSTAR
enum ALT_PADSTAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_PADSTOP
enum ALT_PADSTOP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_PGDN
enum ALT_PGDN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_PGUP
enum ALT_PGUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_Q
enum ALT_Q;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_R
enum ALT_R;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_RBRACKET
enum ALT_RBRACKET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_RIGHT
enum ALT_RIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_S
enum ALT_S;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_SEMICOLON
enum ALT_SEMICOLON;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_STOP
enum ALT_STOP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_T
enum ALT_T;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_TAB
enum ALT_TAB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_U
enum ALT_U;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_UP
enum ALT_UP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_V
enum ALT_V;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_W
enum ALT_W;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_X
enum ALT_X;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_Y
enum ALT_Y;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALT_Z
enum ALT_Z;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ATR_MSK
enum ATR_MSK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ATR_NRM
enum ATR_NRM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
A_ALTCHARSET
enum A_ALTCHARSET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
A_ATTRIBUTES
enum A_ATTRIBUTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
A_BLINK
enum A_BLINK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
A_BOLD
enum A_BOLD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
A_CHARTEXT
enum A_CHARTEXT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
A_COLOR
enum A_COLOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
A_DIM
enum A_DIM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
A_INVIS
enum A_INVIS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
A_ITALIC
enum A_ITALIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
A_LEFTLINE
enum A_LEFTLINE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
A_NORMAL
enum A_NORMAL;

Video attribute macros **

A_PROTECT
enum A_PROTECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
A_REVERSE
enum A_REVERSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
A_RIGHTLINE
enum A_RIGHTLINE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
A_STANDOUT
enum A_STANDOUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
A_UNDERLINE
enum A_UNDERLINE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON1_CLICKED
enum BUTTON1_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON1_DOUBLE_CLICKED
enum BUTTON1_DOUBLE_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON1_MOVED
enum BUTTON1_MOVED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON1_PRESSED
enum BUTTON1_PRESSED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON1_RELEASED
enum BUTTON1_RELEASED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON1_TRIPLE_CLICKED
enum BUTTON1_TRIPLE_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON2_CLICKED
enum BUTTON2_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON2_DOUBLE_CLICKED
enum BUTTON2_DOUBLE_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON2_MOVED
enum BUTTON2_MOVED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON2_PRESSED
enum BUTTON2_PRESSED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON2_RELEASED
enum BUTTON2_RELEASED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON2_TRIPLE_CLICKED
enum BUTTON2_TRIPLE_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON3_CLICKED
enum BUTTON3_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON3_DOUBLE_CLICKED
enum BUTTON3_DOUBLE_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON3_MOVED
enum BUTTON3_MOVED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON3_PRESSED
enum BUTTON3_PRESSED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON3_RELEASED
enum BUTTON3_RELEASED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON3_TRIPLE_CLICKED
enum BUTTON3_TRIPLE_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON4_CLICKED
enum BUTTON4_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON4_DOUBLE_CLICKED
enum BUTTON4_DOUBLE_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON4_PRESSED
enum BUTTON4_PRESSED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON4_RELEASED
enum BUTTON4_RELEASED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON4_TRIPLE_CLICKED
enum BUTTON4_TRIPLE_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON5_CLICKED
enum BUTTON5_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON5_DOUBLE_CLICKED
enum BUTTON5_DOUBLE_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON5_PRESSED
enum BUTTON5_PRESSED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON5_RELEASED
enum BUTTON5_RELEASED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON5_TRIPLE_CLICKED
enum BUTTON5_TRIPLE_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON_ACTION_MASK
enum BUTTON_ACTION_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON_ALT
enum BUTTON_ALT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON_CLICKED
enum BUTTON_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON_CONTROL
enum BUTTON_CONTROL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON_DOUBLE_CLICKED
enum BUTTON_DOUBLE_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON_MODIFIER_ALT
enum BUTTON_MODIFIER_ALT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON_MODIFIER_CONTROL
enum BUTTON_MODIFIER_CONTROL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON_MODIFIER_MASK
enum BUTTON_MODIFIER_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON_MODIFIER_SHIFT
enum BUTTON_MODIFIER_SHIFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON_MOVED
enum BUTTON_MOVED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON_PRESSED
enum BUTTON_PRESSED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON_RELEASED
enum BUTTON_RELEASED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON_SHIFT
enum BUTTON_SHIFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BUTTON_TRIPLE_CLICKED
enum BUTTON_TRIPLE_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CHR_MSK
enum CHR_MSK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_BKSP
enum CTL_BKSP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_DEL
enum CTL_DEL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_DOWN
enum CTL_DOWN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_END
enum CTL_END;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_ENTER
enum CTL_ENTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_HOME
enum CTL_HOME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_INS
enum CTL_INS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_LEFT
enum CTL_LEFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_PAD0
enum CTL_PAD0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_PAD1
enum CTL_PAD1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_PAD2
enum CTL_PAD2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_PAD3
enum CTL_PAD3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_PAD4
enum CTL_PAD4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_PAD5
enum CTL_PAD5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_PAD6
enum CTL_PAD6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_PAD7
enum CTL_PAD7;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_PAD8
enum CTL_PAD8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_PAD9
enum CTL_PAD9;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_PADCENTER
enum CTL_PADCENTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_PADENTER
enum CTL_PADENTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_PADMINUS
enum CTL_PADMINUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_PADPLUS
enum CTL_PADPLUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_PADSLASH
enum CTL_PADSLASH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_PADSTAR
enum CTL_PADSTAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_PADSTOP
enum CTL_PADSTOP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_PGDN
enum CTL_PGDN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_PGUP
enum CTL_PGUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_RIGHT
enum CTL_RIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_TAB
enum CTL_TAB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CTL_UP
enum CTL_UP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ERR
enum ERR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_A1
enum KEY_A1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_A2
enum KEY_A2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_A3
enum KEY_A3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_ABORT
enum KEY_ABORT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_ALT_L
enum KEY_ALT_L;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_ALT_R
enum KEY_ALT_R;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_B1
enum KEY_B1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_B2
enum KEY_B2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_B3
enum KEY_B3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_BACKSPACE
enum KEY_BACKSPACE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_BEG
enum KEY_BEG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_BREAK
enum KEY_BREAK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_BTAB
enum KEY_BTAB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_C1
enum KEY_C1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_C2
enum KEY_C2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_C3
enum KEY_C3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_CANCEL
enum KEY_CANCEL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_CATAB
enum KEY_CATAB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_CLEAR
enum KEY_CLEAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_CLOSE
enum KEY_CLOSE;
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
enum 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.
KEY_COMMAND
enum KEY_COMMAND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_CONTROL_L
enum KEY_CONTROL_L;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_CONTROL_R
enum KEY_CONTROL_R;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_COPY
enum KEY_COPY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_CREATE
enum KEY_CREATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_CTAB
enum KEY_CTAB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_DC
enum KEY_DC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_DL
enum KEY_DL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_DOWN
enum KEY_DOWN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_EIC
enum KEY_EIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_END
enum KEY_END;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_ENTER
enum KEY_ENTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_EOL
enum KEY_EOL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_EOS
enum KEY_EOS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_EXIT
enum KEY_EXIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_F0
enum KEY_F0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_FIND
enum KEY_FIND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_HELP
enum KEY_HELP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_HOME
enum KEY_HOME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_IC
enum KEY_IC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_IL
enum KEY_IL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_LEFT
enum KEY_LEFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_LHELP
enum KEY_LHELP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_LL
enum KEY_LL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_MARK
enum KEY_MARK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_MAX
enum KEY_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_MESSAGE
enum KEY_MESSAGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_MIN
enum KEY_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_MOUSE
enum KEY_MOUSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_MOVE
enum KEY_MOVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_NEXT
enum KEY_NEXT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_NPAGE
enum KEY_NPAGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_OPEN
enum KEY_OPEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_OPTIONS
enum KEY_OPTIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_PPAGE
enum KEY_PPAGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_PREVIOUS
enum KEY_PREVIOUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_PRINT
enum KEY_PRINT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_REDO
enum KEY_REDO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_REFERENCE
enum KEY_REFERENCE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_REFRESH
enum KEY_REFRESH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_REPLACE
enum KEY_REPLACE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_RESET
enum KEY_RESET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_RESIZE
enum KEY_RESIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_RESTART
enum KEY_RESTART;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_RESUME
enum KEY_RESUME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_RIGHT
enum KEY_RIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SAVE
enum KEY_SAVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SBEG
enum KEY_SBEG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SCANCEL
enum KEY_SCANCEL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SCOMMAND
enum KEY_SCOMMAND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SCOPY
enum KEY_SCOPY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SCREATE
enum KEY_SCREATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SDC
enum KEY_SDC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SDL
enum KEY_SDL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SDOWN
enum KEY_SDOWN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SELECT
enum KEY_SELECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SEND
enum KEY_SEND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SEOL
enum KEY_SEOL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SEXIT
enum KEY_SEXIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SF
enum KEY_SF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SFIND
enum KEY_SFIND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SHELP
enum KEY_SHELP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SHIFT_L
enum KEY_SHIFT_L;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SHIFT_R
enum KEY_SHIFT_R;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SHOME
enum KEY_SHOME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SIC
enum KEY_SIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SLEFT
enum KEY_SLEFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SMESSAGE
enum KEY_SMESSAGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SMOVE
enum KEY_SMOVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SNEXT
enum KEY_SNEXT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SOPTIONS
enum KEY_SOPTIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SPREVIOUS
enum KEY_SPREVIOUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SPRINT
enum KEY_SPRINT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SR
enum KEY_SR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SREDO
enum KEY_SREDO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SREPLACE
enum KEY_SREPLACE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SRESET
enum KEY_SRESET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SRIGHT
enum KEY_SRIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SRSUME
enum KEY_SRSUME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SSAVE
enum KEY_SSAVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SSUSPEND
enum KEY_SSUSPEND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_STAB
enum KEY_STAB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SUNDO
enum KEY_SUNDO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SUP
enum KEY_SUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_SUSPEND
enum KEY_SUSPEND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_UNDO
enum KEY_UNDO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEY_UP
enum KEY_UP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MOUSE_WHEEL_SCROLL
enum MOUSE_WHEEL_SCROLL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OK
enum OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PAD0
enum PAD0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PADENTER
enum PADENTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PADMINUS
enum PADMINUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PADPLUS
enum PADPLUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PADSLASH
enum PADSLASH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PADSTAR
enum PADSTAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PADSTOP
enum PADSTOP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_ATTR_SHIFT
enum PDC_ATTR_SHIFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_BUILD
enum PDC_BUILD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_BUTTON_ALT
enum PDC_BUTTON_ALT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_BUTTON_CONTROL
enum PDC_BUTTON_CONTROL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_BUTTON_SHIFT
enum PDC_BUTTON_SHIFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_CLIP_ACCESS_ERROR
enum PDC_CLIP_ACCESS_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_CLIP_EMPTY
enum PDC_CLIP_EMPTY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_CLIP_MEMORY_ERROR
enum PDC_CLIP_MEMORY_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_CLIP_SUCCESS
enum PDC_CLIP_SUCCESS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_COLOR_SHIFT
enum PDC_COLOR_SHIFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_KEY_MODIFIER_ALT
enum PDC_KEY_MODIFIER_ALT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_KEY_MODIFIER_CONTROL
enum PDC_KEY_MODIFIER_CONTROL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_KEY_MODIFIER_NUMLOCK
enum PDC_KEY_MODIFIER_NUMLOCK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_KEY_MODIFIER_SHIFT
enum PDC_KEY_MODIFIER_SHIFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_MOUSE_MOVED
enum PDC_MOUSE_MOVED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_MOUSE_POSITION
enum PDC_MOUSE_POSITION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_MOUSE_WHEEL_DOWN
enum PDC_MOUSE_WHEEL_DOWN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PDC_MOUSE_WHEEL_UP
enum PDC_MOUSE_WHEEL_UP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
REPORT_MOUSE_POSITION
enum REPORT_MOUSE_POSITION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SHF_DC
enum SHF_DC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SHF_DOWN
enum SHF_DOWN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SHF_IC
enum SHF_IC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SHF_PADENTER
enum SHF_PADENTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SHF_PADMINUS
enum SHF_PADMINUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SHF_PADPLUS
enum SHF_PADPLUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SHF_PADSLASH
enum SHF_PADSLASH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SHF_PADSTAR
enum SHF_PADSTAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SHF_UP
enum SHF_UP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WA_ALTCHARSET
enum WA_ALTCHARSET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WA_BLINK
enum WA_BLINK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WA_BOLD
enum WA_BOLD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WA_DIM
enum WA_DIM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WA_HORIZONTAL
enum WA_HORIZONTAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WA_INVIS
enum WA_INVIS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WA_LEFT
enum WA_LEFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WA_LOW
enum WA_LOW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WA_PROTECT
enum WA_PROTECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WA_REVERSE
enum WA_REVERSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WA_RIGHT
enum WA_RIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WA_STANDOUT
enum WA_STANDOUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WA_TOP
enum WA_TOP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WA_UNDERLINE
enum WA_UNDERLINE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WA_VERTICAL
enum WA_VERTICAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WHEEL_SCROLLED
enum WHEEL_SCROLLED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__PDCURSES__
enum __PDCURSES__;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

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.
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.
Mouse_status
MOUSE_STATUS Mouse_status;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SP
SCREEN* SP;
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[] 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.
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
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MOUSE_STATUS
struct MOUSE_STATUS
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SCREEN
struct SCREEN
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_win
struct _win
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

COLOR_BLACK
enum short COLOR_BLACK;

Color macros **

COLOR_BLUE
enum short COLOR_BLUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
COLOR_BLUE
enum short COLOR_BLUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
COLOR_CYAN
enum short COLOR_CYAN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
COLOR_GREEN
enum short COLOR_GREEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
COLOR_GREEN
enum short COLOR_GREEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
COLOR_MAGENTA
enum short COLOR_MAGENTA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
COLOR_RED
enum short COLOR_RED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
COLOR_RED
enum short COLOR_RED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
COLOR_WHITE
enum short COLOR_WHITE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
COLOR_YELLOW
enum short COLOR_YELLOW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta