riverd.ncurses.types

Undocumented in source.

Members

Aliases

NCURSES_ATTR_T
alias NCURSES_ATTR_T = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_BOOL
alias NCURSES_BOOL = bool
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_CH_T
alias NCURSES_CH_T = cchar_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_COLOR_T
alias NCURSES_COLOR_T = short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_OUTC
alias NCURSES_OUTC = 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.
NCURSES_OUTC_sp
alias NCURSES_OUTC_sp = int function(SCREEN*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_PAIRS_T
alias NCURSES_PAIRS_T = short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_SCREEN_CB
alias NCURSES_SCREEN_CB = int function(SCREEN*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_SIZE_T
alias NCURSES_SIZE_T = short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_TPARM_ARG
alias NCURSES_TPARM_ARG = intptr_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_WINDOW_CB
alias NCURSES_WINDOW_CB = int function(WINDOW*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SCREEN
alias SCREEN = screen
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WINDOW
alias WINDOW = _win_st
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 = uint
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 = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_COLORS
alias da_COLORS = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_COLOR_PAIRS
alias da_COLOR_PAIRS = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_COLS
alias da_COLS = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ESCDELAY
alias da_ESCDELAY = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_LINES
alias da_LINES = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PAIR_NUMBER
alias da_PAIR_NUMBER = 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.
da_TABSIZE
alias da_TABSIZE = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da__traceattr
alias da__traceattr = char* function(attr_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da__traceattr2
alias da__traceattr2 = char* function(int, chtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da__tracechar
alias da__tracechar = char* function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da__tracechtype
alias da__tracechtype = char* function(chtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da__tracechtype2
alias da__tracechtype2 = char* function(int, chtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da__tracef
alias da__tracef = void function(const(char)*, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_addch
alias da_addch = int function(const chtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_addchnstr
alias da_addchnstr = int function(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.
da_addchstr
alias da_addchstr = int function(const(chtype)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_addnstr
alias da_addnstr = int function(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.
da_addstr
alias da_addstr = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alloc_pair
alias da_alloc_pair = int function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alloc_pair_sp
alias da_alloc_pair_sp = int function(SCREEN*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_assume_default_colors
alias da_assume_default_colors = int function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_assume_default_colors_sp
alias da_assume_default_colors_sp = int function(SCREEN*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_attr_get
alias da_attr_get = int function(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.
da_attr_off
alias da_attr_off = int function(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.
da_attr_on
alias da_attr_on = int function(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.
da_attr_set
alias da_attr_set = int function(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.
da_attroff
alias da_attroff = 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.
da_attron
alias da_attron = 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.
da_attrset
alias da_attrset = 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.
da_baudrate
alias da_baudrate = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_baudrate_sp
alias da_baudrate_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_beep
alias da_beep = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_beep_sp
alias da_beep_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_bkgd
alias da_bkgd = int function(chtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_bkgdset
alias da_bkgdset = void function(chtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_box
alias da_box = int function(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.
da_can_change_color
alias da_can_change_color = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_can_change_color_sp
alias da_can_change_color_sp = bool function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_cbreak
alias da_cbreak = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_cbreak_sp
alias da_cbreak_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_chgat
alias da_chgat = int function(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.
da_clear
alias da_clear = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_clearok
alias da_clearok = int function(WINDOW*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_clrtobot
alias da_clrtobot = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_clrtoeol
alias da_clrtoeol = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_color_content
alias da_color_content = int function(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.
da_color_content_sp
alias da_color_content_sp = int function(SCREEN*, 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.
da_color_set
alias da_color_set = int function(short, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_copywin
alias da_copywin = int function(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.
da_curs_set
alias da_curs_set = 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.
da_curs_set_sp
alias da_curs_set_sp = int function(SCREEN*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_curses_version
alias da_curses_version = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_cursrc
alias da_cursrc = WINDOW*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_def_prog_mode
alias da_def_prog_mode = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_def_prog_mode_sp
alias da_def_prog_mode_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_def_shell_mode
alias da_def_shell_mode = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_def_shell_mode_sp
alias da_def_shell_mode_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_define_key
alias da_define_key = int function(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.
da_define_key_sp
alias da_define_key_sp = int function(SCREEN*, 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.
da_delay_output
alias da_delay_output = 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.
da_delay_output_sp
alias da_delay_output_sp = int function(SCREEN*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_delch
alias da_delch = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_deleteln
alias da_deleteln = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_delscreen
alias da_delscreen = void function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_delwin
alias da_delwin = int function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_derwin
alias da_derwin = WINDOW* function(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.
da_doupdate
alias da_doupdate = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_doupdate_sp
alias da_doupdate_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_dupwin
alias da_dupwin = WINDOW* function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_echo
alias da_echo = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_echo_sp
alias da_echo_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_echochar
alias da_echochar = int function(const chtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_endwin
alias da_endwin = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_endwin_sp
alias da_endwin_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_erase
alias da_erase = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_erasechar
alias da_erasechar = char function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_erasechar_sp
alias da_erasechar_sp = char function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_extended_color_content
alias da_extended_color_content = int function(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.
da_extended_color_content_sp
alias da_extended_color_content_sp = int function(SCREEN*, 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.
da_extended_pair_content
alias da_extended_pair_content = int function(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.
da_extended_pair_content_sp
alias da_extended_pair_content_sp = int function(SCREEN*, 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.
da_extended_slk_color
alias da_extended_slk_color = 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.
da_extended_slk_color_sp
alias da_extended_slk_color_sp = int function(SCREEN*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_filter
alias da_filter = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_filter_sp
alias da_filter_sp = void function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_find_pair
alias da_find_pair = int function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_find_pair_sp
alias da_find_pair_sp = int function(SCREEN*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_flash
alias da_flash = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_flash_sp
alias da_flash_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_flushinp
alias da_flushinp = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_flushinp_sp
alias da_flushinp_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_free_pair
alias da_free_pair = 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.
da_free_pair_sp
alias da_free_pair_sp = int function(SCREEN*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_get_escdelay
alias da_get_escdelay = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_get_escdelay_sp
alias da_get_escdelay_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_getattrs
alias da_getattrs = int function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_getbegx
alias da_getbegx = int function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_getbegy
alias da_getbegy = int function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_getbkgd
alias da_getbkgd = chtype function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_getch
alias da_getch = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_getcurx
alias da_getcurx = int function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_getcury
alias da_getcury = int function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_getmaxx
alias da_getmaxx = int function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_getmaxy
alias da_getmaxy = int function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_getmouse
alias da_getmouse = int function(MEVENT*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_getmouse_sp
alias da_getmouse_sp = int function(SCREEN*, MEVENT*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_getnstr
alias da_getnstr = int function(char*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_getparx
alias da_getparx = int function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_getpary
alias da_getpary = int function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_getstr
alias da_getstr = int function(char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_getwin
alias da_getwin = WINDOW* function(FILE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_getwin_sp
alias da_getwin_sp = WINDOW* function(SCREEN*, FILE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_halfdelay
alias da_halfdelay = 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.
da_halfdelay_sp
alias da_halfdelay_sp = int function(SCREEN*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_has_colors
alias da_has_colors = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_has_colors_sp
alias da_has_colors_sp = bool function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_has_ic
alias da_has_ic = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_has_ic_sp
alias da_has_ic_sp = bool function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_has_il
alias da_has_il = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_has_il_sp
alias da_has_il_sp = bool function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_has_key
alias da_has_key = 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.
da_has_key_sp
alias da_has_key_sp = int function(SCREEN*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_has_mouse
alias da_has_mouse = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_has_mouse_sp
alias da_has_mouse_sp = bool function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_hline
alias da_hline = int function(chtype, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_idcok
alias da_idcok = void function(WINDOW*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_idlok
alias da_idlok = int function(WINDOW*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_immedok
alias da_immedok = void function(WINDOW*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_inch
alias da_inch = chtype function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_inchnstr
alias da_inchnstr = int function(chtype*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_inchstr
alias da_inchstr = int function(chtype*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_init_color
alias da_init_color = int function(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.
da_init_color_sp
alias da_init_color_sp = int function(SCREEN*, 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.
da_init_extended_color
alias da_init_extended_color = int function(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.
da_init_extended_color_sp
alias da_init_extended_color_sp = int function(SCREEN*, 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.
da_init_extended_pair
alias da_init_extended_pair = int function(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.
da_init_extended_pair_sp
alias da_init_extended_pair_sp = int function(SCREEN*, 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.
da_init_pair
alias da_init_pair = int function(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.
da_init_pair_sp
alias da_init_pair_sp = int function(SCREEN*, 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.
da_initscr
alias da_initscr = WINDOW* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_innstr
alias da_innstr = int function(char*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_insch
alias da_insch = int function(chtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_insdelln
alias da_insdelln = 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.
da_insertln
alias da_insertln = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_insnstr
alias da_insnstr = int function(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.
da_insstr
alias da_insstr = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_instr
alias da_instr = int function(char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_intrflush
alias da_intrflush = int function(WINDOW*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_intrflush_sp
alias da_intrflush_sp = int function(SCREEN*, WINDOW*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_is_cleared
alias da_is_cleared = bool function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_is_idcok
alias da_is_idcok = bool function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_is_idlok
alias da_is_idlok = bool function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_is_immedok
alias da_is_immedok = bool function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_is_keypad
alias da_is_keypad = bool function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_is_leaveok
alias da_is_leaveok = bool function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_is_linetouched
alias da_is_linetouched = bool 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.
da_is_nodelay
alias da_is_nodelay = bool function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_is_notimeout
alias da_is_notimeout = bool function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_is_pad
alias da_is_pad = bool function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_is_scrollok
alias da_is_scrollok = bool function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_is_subwin
alias da_is_subwin = bool function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_is_syncok
alias da_is_syncok = bool function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_is_term_resized
alias da_is_term_resized = bool function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_is_term_resized_sp
alias da_is_term_resized_sp = bool function(SCREEN*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_is_wintouched
alias da_is_wintouched = bool function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_isendwin
alias da_isendwin = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_isendwin_sp
alias da_isendwin_sp = bool function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_key_defined
alias da_key_defined = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_key_defined_sp
alias da_key_defined_sp = int function(SCREEN*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_keybound
alias da_keybound = char* function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_keybound_sp
alias da_keybound_sp = char* function(SCREEN*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_keyname
alias da_keyname = const(char)* function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_keyname_sp
alias da_keyname_sp = const(char)* function(SCREEN*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_keyok
alias da_keyok = int function(int, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_keyok_sp
alias da_keyok_sp = int function(SCREEN*, int, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_keypad
alias da_keypad = int function(WINDOW*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_killchar
alias da_killchar = char function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_killchar_sp
alias da_killchar_sp = char function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_leaveok
alias da_leaveok = int function(WINDOW*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_longname
alias da_longname = char* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_longname_sp
alias da_longname_sp = char* function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_mcprint
alias da_mcprint = int function(char*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_mcprint_sp
alias da_mcprint_sp = int function(SCREEN*, char*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_meta
alias da_meta = int function(WINDOW*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_mouse_trafo
alias da_mouse_trafo = bool function(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.
da_mouseinterval
alias da_mouseinterval = 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.
da_mouseinterval_sp
alias da_mouseinterval_sp = int function(SCREEN*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_mousemask
alias da_mousemask = mmask_t function(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.
da_mousemask_sp
alias da_mousemask_sp = mmask_t function(SCREEN*, 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.
da_move
alias da_move = int function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_mvaddch
alias da_mvaddch = int function(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.
da_mvaddchnstr
alias da_mvaddchnstr = int function(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.
da_mvaddchstr
alias da_mvaddchstr = int function(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.
da_mvaddnstr
alias da_mvaddnstr = int function(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.
da_mvaddstr
alias da_mvaddstr = int function(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.
da_mvchgat
alias da_mvchgat = int function(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.
da_mvcur
alias da_mvcur = int function(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.
da_mvcur_sp
alias da_mvcur_sp = int function(SCREEN*, 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.
da_mvdelch
alias da_mvdelch = int function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_mvderwin
alias da_mvderwin = int function(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.
da_mvgetch
alias da_mvgetch = int function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_mvgetnstr
alias da_mvgetnstr = int function(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.
da_mvgetstr
alias da_mvgetstr = int function(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.
da_mvhline
alias da_mvhline = int function(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.
da_mvinch
alias da_mvinch = chtype function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_mvinchnstr
alias da_mvinchnstr = int function(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.
da_mvinchstr
alias da_mvinchstr = int function(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.
da_mvinnstr
alias da_mvinnstr = int function(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.
da_mvinsch
alias da_mvinsch = int function(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.
da_mvinsnstr
alias da_mvinsnstr = int function(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.
da_mvinsstr
alias da_mvinsstr = int function(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.
da_mvinstr
alias da_mvinstr = int function(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.
da_mvprintw
alias da_mvprintw = int function(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.
da_mvscanw
alias da_mvscanw = int function(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.
da_mvvline
alias da_mvvline = int function(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.
da_mvwaddch
alias da_mvwaddch = int function(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.
da_mvwaddchnstr
alias da_mvwaddchnstr = int function(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.
da_mvwaddchstr
alias da_mvwaddchstr = int function(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.
da_mvwaddnstr
alias da_mvwaddnstr = int function(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.
da_mvwaddstr
alias da_mvwaddstr = int function(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.
da_mvwchgat
alias da_mvwchgat = int function(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.
da_mvwdelch
alias da_mvwdelch = int function(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.
da_mvwgetch
alias da_mvwgetch = int function(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.
da_mvwgetnstr
alias da_mvwgetnstr = int function(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.
da_mvwgetstr
alias da_mvwgetstr = int function(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.
da_mvwhline
alias da_mvwhline = int function(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.
da_mvwin
alias da_mvwin = int function(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.
da_mvwinch
alias da_mvwinch = chtype function(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.
da_mvwinchnstr
alias da_mvwinchnstr = int function(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.
da_mvwinchstr
alias da_mvwinchstr = int function(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.
da_mvwinnstr
alias da_mvwinnstr = int function(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.
da_mvwinsch
alias da_mvwinsch = int function(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.
da_mvwinsnstr
alias da_mvwinsnstr = int function(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.
da_mvwinsstr
alias da_mvwinsstr = int function(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.
da_mvwinstr
alias da_mvwinstr = int function(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.
da_mvwprintw
alias da_mvwprintw = int function(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.
da_mvwscanw
alias da_mvwscanw = int function(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.
da_mvwvline
alias da_mvwvline = int function(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.
da_napms
alias da_napms = 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.
da_napms_sp
alias da_napms_sp = int function(SCREEN*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_new_prescr
alias da_new_prescr = SCREEN* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_newpad
alias da_newpad = WINDOW* function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_newpad_sp
alias da_newpad_sp = WINDOW* function(SCREEN*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_newscr
alias da_newscr = WINDOW*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_newterm
alias da_newterm = SCREEN* function(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.
da_newterm_sp
alias da_newterm_sp = SCREEN* function(SCREEN*, 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.
da_newwin
alias da_newwin = WINDOW* function(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.
da_newwin_sp
alias da_newwin_sp = WINDOW* function(SCREEN*, 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.
da_nl
alias da_nl = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nl_sp
alias da_nl_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nocbreak
alias da_nocbreak = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nocbreak_sp
alias da_nocbreak_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nodelay
alias da_nodelay = int function(WINDOW*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_noecho
alias da_noecho = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_noecho_sp
alias da_noecho_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nofilter
alias da_nofilter = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nofilter_sp
alias da_nofilter_sp = void function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nonl
alias da_nonl = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nonl_sp
alias da_nonl_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_noqiflush
alias da_noqiflush = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_noqiflush_sp
alias da_noqiflush_sp = void function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_noraw
alias da_noraw = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_noraw_sp
alias da_noraw_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_notimeout
alias da_notimeout = int function(WINDOW*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_overlay
alias da_overlay = int function(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.
da_overwrite
alias da_overwrite = int function(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.
da_pair_content
alias da_pair_content = int function(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.
da_pair_content_sp
alias da_pair_content_sp = int function(SCREEN*, 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.
da_pechochar
alias da_pechochar = int function(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.
da_pnoutrefresh
alias da_pnoutrefresh = int function(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.
da_prefresh
alias da_prefresh = int function(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.
da_printw
alias da_printw = int function(const(char)*, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_putp
alias da_putp = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_putwin
alias da_putwin = int function(WINDOW*, FILE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_qiflush
alias da_qiflush = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_qiflush_sp
alias da_qiflush_sp = void function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_raw
alias da_raw = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_raw_sp
alias da_raw_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_redrawwin
alias da_redrawwin = int function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_refresh
alias da_refresh = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_reset_color_pairs
alias da_reset_color_pairs = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_reset_color_pairs_sp
alias da_reset_color_pairs_sp = void function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_reset_prog_mode
alias da_reset_prog_mode = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_reset_prog_mode_sp
alias da_reset_prog_mode_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_reset_shell_mode
alias da_reset_shell_mode = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_reset_shell_mode_sp
alias da_reset_shell_mode_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_resetty
alias da_resetty = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_resetty_sp
alias da_resetty_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_resize_term
alias da_resize_term = int function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_resize_term_sp
alias da_resize_term_sp = int function(SCREEN*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_resizeterm
alias da_resizeterm = int function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_resizeterm_sp
alias da_resizeterm_sp = int function(SCREEN*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ripoffline
alias da_ripoffline = int function(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.
da_ripoffline_sp
alias da_ripoffline_sp = int function(SCREEN*, 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.
da_savetty
alias da_savetty = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_savetty_sp
alias da_savetty_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_scanw
alias da_scanw = int function(const(char)*, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_scr_dump
alias da_scr_dump = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_scr_init
alias da_scr_init = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_scr_init_sp
alias da_scr_init_sp = int function(SCREEN*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_scr_restore
alias da_scr_restore = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_scr_restore_sp
alias da_scr_restore_sp = int function(SCREEN*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_scr_set
alias da_scr_set = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_scr_set_sp
alias da_scr_set_sp = int function(SCREEN*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_scrl
alias da_scrl = 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.
da_scroll
alias da_scroll = int function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_scrollok
alias da_scrollok = int function(WINDOW*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_set_escdelay
alias da_set_escdelay = 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.
da_set_escdelay_sp
alias da_set_escdelay_sp = int function(SCREEN*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_set_tabsize
alias da_set_tabsize = 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.
da_set_tabsize_sp
alias da_set_tabsize_sp = int function(SCREEN*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_set_term
alias da_set_term = SCREEN* function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_setscrreg
alias da_setscrreg = int function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_attr
alias da_slk_attr = attr_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_attr_off
alias da_slk_attr_off = int function(const 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.
da_slk_attr_on
alias da_slk_attr_on = int function(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.
da_slk_attr_set
alias da_slk_attr_set = int function(const 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.
da_slk_attr_set_sp
alias da_slk_attr_set_sp = int function(SCREEN*, const 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.
da_slk_attr_sp
alias da_slk_attr_sp = attr_t function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_attroff
alias da_slk_attroff = int function(const chtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_attroff_sp
alias da_slk_attroff_sp = int function(SCREEN*, const chtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_attron
alias da_slk_attron = int function(const chtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_attron_sp
alias da_slk_attron_sp = int function(SCREEN*, const chtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_attrset
alias da_slk_attrset = int function(const chtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_attrset_sp
alias da_slk_attrset_sp = int function(SCREEN*, const chtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_clear
alias da_slk_clear = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_clear_sp
alias da_slk_clear_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_color
alias da_slk_color = int function(short)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_color_sp
alias da_slk_color_sp = int function(SCREEN*, short)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_init
alias da_slk_init = 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.
da_slk_init_sp
alias da_slk_init_sp = int function(SCREEN*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_label
alias da_slk_label = char* function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_label_sp
alias da_slk_label_sp = char* function(SCREEN*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_noutrefresh
alias da_slk_noutrefresh = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_noutrefresh_sp
alias da_slk_noutrefresh_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_refresh
alias da_slk_refresh = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_refresh_sp
alias da_slk_refresh_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_restore
alias da_slk_restore = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_restore_sp
alias da_slk_restore_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_set
alias da_slk_set = int function(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.
da_slk_set_sp
alias da_slk_set_sp = int function(SCREEN*, 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.
da_slk_touch
alias da_slk_touch = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_slk_touch_sp
alias da_slk_touch_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_standend
alias da_standend = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_standout
alias da_standout = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_start_color
alias da_start_color = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_start_color_sp
alias da_start_color_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_stdscr
alias da_stdscr = WINDOW*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_subpad
alias da_subpad = WINDOW* function(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.
da_subwin
alias da_subwin = WINDOW* function(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.
da_syncok
alias da_syncok = int function(WINDOW*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_termattrs
alias da_termattrs = chtype function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_termattrs_sp
alias da_termattrs_sp = chtype function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_termname
alias da_termname = char* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_termname_sp
alias da_termname_sp = char* function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_tigetflag
alias da_tigetflag = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_tigetnum
alias da_tigetnum = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_tigetstr
alias da_tigetstr = char* function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_timeout
alias da_timeout = void function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_tiparm
alias da_tiparm = char* function(const(char)*, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_touchline
alias da_touchline = int function(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.
da_touchwin
alias da_touchwin = int function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_tparm
alias da_tparm = char* function(const(char)*, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_trace
alias da_trace = void function(const uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ttytype
alias da_ttytype = char[]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_typeahead
alias da_typeahead = 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.
da_typeahead_sp
alias da_typeahead_sp = int function(SCREEN*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_unctrl
alias da_unctrl = char* function(chtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ungetch
alias da_ungetch = 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.
da_ungetch_sp
alias da_ungetch_sp = int function(SCREEN*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ungetmouse
alias da_ungetmouse = int function(MEVENT*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_ungetmouse_sp
alias da_ungetmouse_sp = int function(SCREEN*, MEVENT*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_untouchwin
alias da_untouchwin = int function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_use_default_colors
alias da_use_default_colors = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_use_default_colors_sp
alias da_use_default_colors_sp = int function(SCREEN*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_use_env
alias da_use_env = void function(bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_use_env_sp
alias da_use_env_sp = void function(SCREEN*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_use_extended_names
alias da_use_extended_names = int function(bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_use_legacy_coding
alias da_use_legacy_coding = 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.
da_use_legacy_coding_sp
alias da_use_legacy_coding_sp = int function(SCREEN*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_use_screen
alias da_use_screen = int function(SCREEN*, NCURSES_SCREEN_CB, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_use_tioctl
alias da_use_tioctl = void function(bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_use_tioctl_sp
alias da_use_tioctl_sp = void function(SCREEN*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_use_window
alias da_use_window = int function(WINDOW*, NCURSES_WINDOW_CB, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_vidattr
alias da_vidattr = int function(chtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_vidattr_sp
alias da_vidattr_sp = int function(SCREEN*, chtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_vidputs
alias da_vidputs = int function(chtype, NCURSES_OUTC)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_vidputs_sp
alias da_vidputs_sp = int function(SCREEN*, chtype, NCURSES_OUTC_sp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_vline
alias da_vline = int function(chtype, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_vw_printw
alias da_vw_printw = int function(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.
da_vw_scanw
alias da_vw_scanw = int function(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.
da_vwprintw
alias da_vwprintw = int function(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.
da_vwscanw
alias da_vwscanw = int function(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.
da_waddch
alias da_waddch = int function(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.
da_waddchnstr
alias da_waddchnstr = int function(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.
da_waddchstr
alias da_waddchstr = int function(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.
da_waddnstr
alias da_waddnstr = int function(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.
da_wattr_get
alias da_wattr_get = int function(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.
da_wattr_off
alias da_wattr_off = int function(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.
da_wattr_on
alias da_wattr_on = int function(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.
da_wattr_set
alias da_wattr_set = int function(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.
da_wattroff
alias da_wattroff = 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.
da_wattron
alias da_wattron = 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.
da_wattrset
alias da_wattrset = 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.
da_wbkgd
alias da_wbkgd = int function(WINDOW*, chtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wbkgdset
alias da_wbkgdset = void function(WINDOW*, chtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wborder
alias da_wborder = int function(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.
da_wchgat
alias da_wchgat = int function(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.
da_wclear
alias da_wclear = int function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wclrtobot
alias da_wclrtobot = int function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wclrtoeol
alias da_wclrtoeol = int function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wcolor_set
alias da_wcolor_set = int function(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.
da_wcursyncup
alias da_wcursyncup = void function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wdelch
alias da_wdelch = int function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wdeleteln
alias da_wdeleteln = int function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wechochar
alias da_wechochar = int function(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.
da_wenclose
alias da_wenclose = bool function(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.
da_werase
alias da_werase = int function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wgetch
alias da_wgetch = int function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wgetdelay
alias da_wgetdelay = int function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wgetnstr
alias da_wgetnstr = int function(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.
da_wgetparent
alias da_wgetparent = WINDOW* function(const(WINDOW)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wgetscrreg
alias da_wgetscrreg = int function(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.
da_wgetstr
alias da_wgetstr = int function(WINDOW*, char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_whline
alias da_whline = int function(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.
da_winch
alias da_winch = chtype function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_winchnstr
alias da_winchnstr = int function(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.
da_winchstr
alias da_winchstr = int function(WINDOW*, chtype*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_winnstr
alias da_winnstr = int function(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.
da_winsch
alias da_winsch = int function(WINDOW*, chtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_winsdelln
alias da_winsdelln = 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.
da_winsertln
alias da_winsertln = int function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_winsnstr
alias da_winsnstr = int function(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.
da_winsstr
alias da_winsstr = int function(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.
da_winstr
alias da_winstr = int function(WINDOW*, char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wmouse_trafo
alias da_wmouse_trafo = bool function(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.
da_wmove
alias da_wmove = int function(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.
da_wnoutrefresh
alias da_wnoutrefresh = int function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wprintw
alias da_wprintw = int function(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.
da_wredrawln
alias da_wredrawln = int function(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.
da_wrefresh
alias da_wrefresh = int function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wresize
alias da_wresize = int function(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.
da_wscanw
alias da_wscanw = int function(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.
da_wscrl
alias da_wscrl = 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.
da_wsetscrreg
alias da_wsetscrreg = int function(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.
da_wstandend
alias da_wstandend = int function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wstandout
alias da_wstandout = int function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wsyncdown
alias da_wsyncdown = void function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wsyncup
alias da_wsyncup = void function(WINDOW*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wtimeout
alias da_wtimeout = void 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.
da_wtouchln
alias da_wtouchln = int function(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.
da_wunctrl
alias da_wunctrl = char* function(cchar_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wvline
alias da_wvline = int function(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.
mmask_t
alias mmask_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

ERR
anonymousenum ERR

error codes

TRACE_DISABLE
anonymousenum TRACE_DISABLE

trace masks

_SUBWIN
anonymousenum _SUBWIN

values for the _flags member

Functions

BUTTON_CLICK
auto BUTTON_CLICK(T0 e, T1 x)
Undocumented in source. Be warned that the author may not have intended to support it.
BUTTON_DOUBLE_CLICK
auto BUTTON_DOUBLE_CLICK(T0 e, T1 x)
Undocumented in source. Be warned that the author may not have intended to support it.
BUTTON_PRESS
auto BUTTON_PRESS(T0 e, T1 x)
Undocumented in source. Be warned that the author may not have intended to support it.
BUTTON_RELEASE
auto BUTTON_RELEASE(T0 e, T1 x)
Undocumented in source. Be warned that the author may not have intended to support it.
BUTTON_RESERVED_EVENT
auto BUTTON_RESERVED_EVENT(T0 e, T1 x)
Undocumented in source. Be warned that the author may not have intended to support it.
BUTTON_TRIPLE_CLICK
auto BUTTON_TRIPLE_CLICK(T0 e, T1 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
int KEY_F(N n)
Undocumented in source.
NCURSES_BITS
auto NCURSES_BITS(T0 mask, T1 shift)
Undocumented in source. Be warned that the author may not have intended to support it.
NCURSES_CAST
T1 NCURSES_CAST(T2 value)
Undocumented in source. Be warned that the author may not have intended to support it.
NCURSES_MOUSE_MASK
auto NCURSES_MOUSE_MASK(T0 b, T1 m)
Undocumented in source. Be warned that the author may not have intended to support it.
NCURSES_OK_ADDR
auto NCURSES_OK_ADDR(T p)
Undocumented in source. Be warned that the author may not have intended to support it.
PAIR_NUMBER
auto PAIR_NUMBER(T a)
Undocumented in source. Be warned that the author may not have intended to support it.
getbegx
auto getbegx(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
getbegy
auto getbegy(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
getbkgd
auto getbkgd(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
getcurx
auto getcurx(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
getcury
auto getcury(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
getmaxx
auto getmaxx(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
getmaxy
auto getmaxy(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
getparx
auto getparx(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
getpary
auto getpary(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
is_cleared
auto is_cleared(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
is_idcok
auto is_idcok(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
is_idlok
auto is_idlok(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
is_immedok
auto is_immedok(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
is_keypad
auto is_keypad(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
is_leaveok
auto is_leaveok(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
is_nodelay
auto is_nodelay(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
is_notimeout
auto is_notimeout(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
is_pad
auto is_pad(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
is_scrollok
auto is_scrollok(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
is_subwin
auto is_subwin(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
is_syncok
auto is_syncok(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
wgetdelay
auto wgetdelay(T win)
Undocumented in source. Be warned that the author may not have intended to support it.
wgetparent
auto wgetparent(T win)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

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.
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_HORIZONTAL
enum A_HORIZONTAL;
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_LEFT
enum A_LEFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
A_LOW
enum A_LOW;
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;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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_RIGHT
enum A_RIGHT;
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_TOP
enum A_TOP;
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.
A_VERTICAL
enum A_VERTICAL;
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_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_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_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_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_CTRL
enum BUTTON_CTRL;
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.
CCHARW_MAX
enum CCHARW_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
COLOR_BLACK
enum COLOR_BLACK;
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 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 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 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 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 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 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 COLOR_YELLOW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CURSES
enum CURSES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CURSES_H
enum CURSES_H;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FALSE
enum FALSE;
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_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_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_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_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_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_EVENT
enum KEY_EVENT;
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_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_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_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_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.
NCURSES_ATTR_SHIFT
enum NCURSES_ATTR_SHIFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_BUTTON_CLICKED
enum NCURSES_BUTTON_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_BUTTON_PRESSED
enum NCURSES_BUTTON_PRESSED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_BUTTON_RELEASED
enum NCURSES_BUTTON_RELEASED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_DOUBLE_CLICKED
enum NCURSES_DOUBLE_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_ENABLE_STDBOOL_H
enum NCURSES_ENABLE_STDBOOL_H;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_EXT_FUNCS
enum NCURSES_EXT_FUNCS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_INTEROP_FUNCS
enum NCURSES_INTEROP_FUNCS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_MOUSE_VERSION
enum NCURSES_MOUSE_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_OPAQUE
enum NCURSES_OPAQUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_OPAQUE_FORM
enum NCURSES_OPAQUE_FORM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_OPAQUE_MENU
enum NCURSES_OPAQUE_MENU;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_OPAQUE_PANEL
enum NCURSES_OPAQUE_PANEL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_REENTRANT
enum NCURSES_REENTRANT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_RESERVED_EVENT
enum NCURSES_RESERVED_EVENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_SP_FUNCS
enum NCURSES_SP_FUNCS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_TPARM_VARARGS
enum NCURSES_TPARM_VARARGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_TRIPLE_CLICKED
enum NCURSES_TRIPLE_CLICKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_VERSION
enum NCURSES_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_VERSION_MAJOR
enum NCURSES_VERSION_MAJOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_VERSION_MINOR
enum NCURSES_VERSION_MINOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_VERSION_PATCH
enum NCURSES_VERSION_PATCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_WATTR_MACROS
enum NCURSES_WATTR_MACROS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_WCWIDTH_GRAPHICS
enum NCURSES_WCWIDTH_GRAPHICS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCURSES_WIDECHAR
enum NCURSES_WIDECHAR;
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.
TRUE
enum TRUE;
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_ATTRIBUTES
enum WA_ATTRIBUTES;
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_ITALIC
enum WA_ITALIC;
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_NORMAL
enum WA_NORMAL;
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.
_NEWINDEX
enum _NEWINDEX;

this value is used in the oldindex field to mark lines created by insertions and scrolls.

_NOCHANGE
enum _NOCHANGE;

this value is used in the firstchar and lastchar fields to mark unchanged lines

_XOPEN_CURSES
enum _XOPEN_CURSES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Properties

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

Static variables

acs_map
chtype[256] acs_map;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

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.
_win_st
struct _win_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cchar_t
struct cchar_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldat
struct ldat
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.

Meta