public static int addch ( ulong ch ) ;
public static int addchnstr ( ulong[] chstr,
int n ) ;
public static int addchstr ( ulong[] chstr ) ;
public static int addnstr ( string str,
int n ) ;
public static int addstr ( string str ) ;
public static int attroff ( ulong attr ) ;
public static int attron ( ulong attr ) ;
public static int attrset ( ulong attr ) ;
public static int attr_get ( ulong attrs,
short pair ) ;
public static int attr_off ( ulong attrs ) ;
public static int attr_on ( ulong attrs ) ;
public static int attr_set ( ulong attrs,
short pair ) ;
public static int baudrate ( ) ;
public static int beep ( ) ;
public static int bkgd ( ulong ch ) ;
public static void bkgdset ( ulong ch ) ;
public static int border ( ulong ls,
ulong rs,
ulong ts,
ulong bs,
ulong tl,
ulong tr,
ulong bl,
ulong br ) ;
public static bool can_change_color ( ) ;
public static int cbreak ( ) ;
public static int chgat ( int n,
ulong attr,
short color ) ;
public static int clear ( ) ;
public static int clrtobot ( ) ;
public static int clrtoeol ( ) ;
public static int color_content ( short color,
short r,
short g,
short b ) ;
public static int color_set ( short color_pair_number ) ;
public static int COLOR_PAIR ( int n ) ;
public static int curs_set ( int visibility ) ;
public static int def_prog_mode ( ) ;
public static int def_shell_mode ( ) ;
public static int delay_output ( int ms ) ;
public static int delch ( ) ;
public static int deleteln ( ) ;
public static int doupdate ( ) ;
public static int echo ( ) ;
public static int echochar ( ulong ch ) ;
public static int erase ( ) ;
public static int endwin ( ) ;
public static char erasechar ( ) ;
public static void filter ( ) ;
public static int flash ( ) ;
public static int flushinp ( ) ;
public static int getch ( ) ;
public static int getnstr ( string str,
int n ) ;
public static int getstr ( string str ) ;
public static int halfdelay ( int tenths ) ;
public static bool has_colors ( ) ;
public static bool has_ic ( ) ;
public static bool has_il ( ) ;
public static int hline ( ulong ch,
int n ) ;
public static ulong inch ( ) ;
public static int inchnstr ( ulong[] chstr,
int n ) ;
public static int inchstr ( ulong[] chstr ) ;
public static weak Window initscr ( ) ;
public static int init_color ( short color,
short r,
short g,
short b ) ;
public static int init_pair ( short pair,
Color f,
Color b ) ;
public static int innstr ( string str,
int n ) ;
public static int insch ( ulong ch ) ;
public static int insdelln ( int n ) ;
public static int insertln ( ) ;
public static int insnstr ( string str,
int n ) ;
public static int insstr ( string str ) ;
public static int instr ( string str ) ;
public static bool isendwin ( ) ;
public static string keyname ( int c ) ;
public static char killchar ( ) ;
public static string ulongname ( ) ;
public static int move ( int y,
int x ) ;
public static int mvaddch ( int y,
int x,
ulong ch ) ;
public static int mvaddchnstr ( int y,
int x,
ulong[] chstr,
int n ) ;
public static int mvaddchstr ( int y,
int x,
ulong[] chstr ) ;
public static int mvaddnstr ( int y,
int x,
string str,
int n ) ;
public static int mvaddstr ( int y,
int x,
string str ) ;
public static int mvchgat ( int y,
int x,
int n,
ulong attr,
short color ) ;
public static int mvcur ( int oldrow,
int oldcol,
int newrow,
int newcol ) ;
public static int mvdelch ( int y,
int x ) ;
public static int mvgetch ( int y,
int x ) ;
public static int mvgetnstr ( int y,
int x,
string str,
int n ) ;
public static int mvgetstr ( int y,
int x,
string str ) ;
public static int mvhline ( int y,
int x,
ulong ch,
int n ) ;
public static ulong mvinch ( int y,
int x ) ;
public static int mvinchnstr ( int y,
int x,
ulong[] chstr,
int n ) ;
public static int mvinchstr ( int y,
int x,
ulong[] chstr ) ;
public static int mvinnstr ( int y,
int x,
string str,
int n ) ;
public static int mvinsch ( int y,
int x,
ulong ch ) ;
public static int mvinsnstr ( int y,
int x,
string str,
int n ) ;
public static int mvinsstr ( int y,
int x,
string str ) ;
public static int mvinstr ( int y,
int x,
string str ) ;
public static int mvprintw ( int y,
int x,
string str,
... ) ;
public static int mvscanw ( int y,
int x,
string str,
... ) ;
public static int mvvline ( int y,
int x,
ulong ch,
int n ) ;
public static int napms ( int ms ) ;
public static int nl ( ) ;
public static int nocbreak ( ) ;
public static int noecho ( ) ;
public static int nonl ( ) ;
public static void noqiflush ( ) ;
public static int noraw ( ) ;
public static int pair_content ( short pair,
Color f,
Color b ) ;
public static int PAIR_NUMBER ( int attrs ) ;
public static int printw ( string str,
... ) ;
public static void qiflush ( ) ;
public static int raw ( ) ;
public static int refresh ( ) ;
public static int resetty ( ) ;
public static int reset_prog_mode ( ) ;
public static int reset_shell_mode ( ) ;
public static int ripoffline ( int line,
RipofflineInitFunc init ) ;
public static int savetty ( ) ;
public static int scanw ( string str,
... ) ;
public static int scr_dump ( string str ) ;
public static int scr_init ( string str ) ;
public static int scrl ( int n ) ;
public static int scr_restore ( string str ) ;
public static int scr_set ( string str ) ;
public static int setscrreg ( int top,
int bot ) ;
public static int slk_attroff ( ulong attrs ) ;
public static int slk_attr_off ( ulong attrs ) ;
public static int slk_attron ( ulong attrs ) ;
public static int slk_attr_on ( ulong attrs ) ;
public static int slk_attrset ( ulong attrs ) ;
public static ulong slk_attr ( ) ;
public static int slk_attr_set ( ulong attrs,
short pair ) ;
public static int slk_clear ( ) ;
public static int slk_color ( short color_pair_number ) ;
public static int slk_init ( int fmt ) ;
public static string slk_label ( int labnum ) ;
public static int slk_noutrefresh ( ) ;
public static int slk_refresh ( ) ;
public static int slk_restore ( ) ;
public static int slk_set ( int labnum,
string label,
int fmt ) ;
public static int slk_touch ( ) ;
public static int standout ( ) ;
public static int standend ( ) ;
public static int start_color ( ) ;
public static ulong termattrs ( ) ;
public static string termname ( ) ;
public static void timeout ( int delay ) ;
public static int typeahead ( int fd ) ;
public static int ungetch ( int ch ) ;
public static void use_env ( bool bf ) ;
public static int vidattr ( ulong attrs ) ;
public static int vidputs ( ulong attrs,
VidputsPutcFunc putc ) ;
public static int vline ( ulong ch,
int n ) ;
public static int addch ( ulong ch ) ;
public static int addchnstr ( ulong[] chstr,
int n ) ;
public static int addchstr ( ulong[] chstr ) ;
public static int addnstr ( string str,
int n ) ;
public static int addstr ( string str ) ;
public static int attroff ( ulong attr ) ;
public static int attron ( ulong attr ) ;
public static int attrset ( ulong attr ) ;
public static int attr_get ( ulong attrs,
short pair ) ;
public static int attr_off ( ulong attrs ) ;
public static int attr_on ( ulong attrs ) ;
public static int attr_set ( ulong attrs,
short pair ) ;
public static int baudrate ( ) ;
public static int beep ( ) ;
public static int bkgd ( ulong ch ) ;
public static void bkgdset ( ulong ch ) ;
public static int border ( ulong ls,
ulong rs,
ulong ts,
ulong bs,
ulong tl,
ulong tr,
ulong bl,
ulong br ) ;
public static bool can_change_color ( ) ;
public static int cbreak ( ) ;
public static int chgat ( int n,
ulong attr,
short color ) ;
public static int clear ( ) ;
public static int clrtobot ( ) ;
public static int clrtoeol ( ) ;
public static int color_content ( short color,
short r,
short g,
short b ) ;
public static int color_set ( short color_pair_number ) ;
public static int COLOR_PAIR ( int n ) ;
public static int curs_set ( int visibility ) ;
public static int def_prog_mode ( ) ;
public static int def_shell_mode ( ) ;
public static int delay_output ( int ms ) ;
public static int delch ( ) ;
public static int deleteln ( ) ;
public static int doupdate ( ) ;
public static int echo ( ) ;
public static int echochar ( ulong ch ) ;
public static int erase ( ) ;
public static int endwin ( ) ;
public static char erasechar ( ) ;
public static void filter ( ) ;
public static int flash ( ) ;
public static int flushinp ( ) ;
public static int getch ( ) ;
public static int getnstr ( string str,
int n ) ;
public static int getstr ( string str ) ;
public static int halfdelay ( int tenths ) ;
public static bool has_colors ( ) ;
public static bool has_ic ( ) ;
public static bool has_il ( ) ;
public static int hline ( ulong ch,
int n ) ;
public static ulong inch ( ) ;
public static int inchnstr ( ulong[] chstr,
int n ) ;
public static int inchstr ( ulong[] chstr ) ;
public static weak Window initscr ( ) ;
public static int init_color ( short color,
short r,
short g,
short b ) ;
public static int init_pair ( short pair,
Color f,
Color b ) ;
public static int innstr ( string str,
int n ) ;
public static int insch ( ulong ch ) ;
public static int insdelln ( int n ) ;
public static int insertln ( ) ;
public static int insnstr ( string str,
int n ) ;
public static int insstr ( string str ) ;
public static int instr ( string str ) ;
public static bool isendwin ( ) ;
public static string keyname ( int c ) ;
public static char killchar ( ) ;
public static string ulongname ( ) ;
public static int move ( int y,
int x ) ;
public static int mvaddch ( int y,
int x,
ulong ch ) ;
public static int mvaddchnstr ( int y,
int x,
ulong[] chstr,
int n ) ;
public static int mvaddchstr ( int y,
int x,
ulong[] chstr ) ;
public static int mvaddnstr ( int y,
int x,
string str,
int n ) ;
public static int mvaddstr ( int y,
int x,
string str ) ;
public static int mvchgat ( int y,
int x,
int n,
ulong attr,
short color ) ;
public static int mvcur ( int oldrow,
int oldcol,
int newrow,
int newcol ) ;
public static int mvdelch ( int y,
int x ) ;
public static int mvgetch ( int y,
int x ) ;
public static int mvgetnstr ( int y,
int x,
string str,
int n ) ;
public static int mvgetstr ( int y,
int x,
string str ) ;
public static int mvhline ( int y,
int x,
ulong ch,
int n ) ;
public static ulong mvinch ( int y,
int x ) ;
public static int mvinchnstr ( int y,
int x,
ulong[] chstr,
int n ) ;
public static int mvinchstr ( int y,
int x,
ulong[] chstr ) ;
public static int mvinnstr ( int y,
int x,
string str,
int n ) ;
public static int mvinsch ( int y,
int x,
ulong ch ) ;
public static int mvinsnstr ( int y,
int x,
string str,
int n ) ;
public static int mvinsstr ( int y,
int x,
string str ) ;
public static int mvinstr ( int y,
int x,
string str ) ;
public static int mvprintw ( int y,
int x,
string str,
... ) ;
public static int mvscanw ( int y,
int x,
string str,
... ) ;
public static int mvvline ( int y,
int x,
ulong ch,
int n ) ;
public static int napms ( int ms ) ;
public static int nl ( ) ;
public static int nocbreak ( ) ;
public static int noecho ( ) ;
public static int nonl ( ) ;
public static void noqiflush ( ) ;
public static int noraw ( ) ;
public static int pair_content ( short pair,
Color f,
Color b ) ;
public static int PAIR_NUMBER ( int attrs ) ;
public static int printw ( string str,
... ) ;
public static void qiflush ( ) ;
public static int raw ( ) ;
public static int refresh ( ) ;
public static int resetty ( ) ;
public static int reset_prog_mode ( ) ;
public static int reset_shell_mode ( ) ;
public static int ripoffline ( int line,
RipofflineInitFunc init ) ;
public static int savetty ( ) ;
public static int scanw ( string str,
... ) ;
public static int scr_dump ( string str ) ;
public static int scr_init ( string str ) ;
public static int scrl ( int n ) ;
public static int scr_restore ( string str ) ;
public static int scr_set ( string str ) ;
public static int setscrreg ( int top,
int bot ) ;
public static int slk_attroff ( ulong attrs ) ;
public static int slk_attr_off ( ulong attrs ) ;
public static int slk_attron ( ulong attrs ) ;
public static int slk_attr_on ( ulong attrs ) ;
public static int slk_attrset ( ulong attrs ) ;
public static ulong slk_attr ( ) ;
public static int slk_attr_set ( ulong attrs,
short pair ) ;
public static int slk_clear ( ) ;
public static int slk_color ( short color_pair_number ) ;
public static int slk_init ( int fmt ) ;
public static string slk_label ( int labnum ) ;
public static int slk_noutrefresh ( ) ;
public static int slk_refresh ( ) ;
public static int slk_restore ( ) ;
public static int slk_set ( int labnum,
string label,
int fmt ) ;
public static int slk_touch ( ) ;
public static int standout ( ) ;
public static int standend ( ) ;
public static int start_color ( ) ;
public static ulong termattrs ( ) ;
public static string termname ( ) ;
public static void timeout ( int delay ) ;
public static int typeahead ( int fd ) ;
public static int ungetch ( int ch ) ;
public static void use_env ( bool bf ) ;
public static int vidattr ( ulong attrs ) ;
public static int vidputs ( ulong attrs,
VidputsPutcFunc putc ) ;
public static int vline ( ulong ch,
int n ) ;
Created by Valadoc