curses Reference Manual

Synopsis

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 ) ;

Details

addch ()

public    static int                    addch                     ( ulong               ch ) ;		

addchnstr ()

public    static int                    addchnstr                 ( ulong[]             chstr,
                                                                    int                 n ) ;		

addchstr ()

public    static int                    addchstr                  ( ulong[]             chstr ) ;		

addnstr ()

public    static int                    addnstr                   ( string              str,
                                                                    int                 n ) ;		

addstr ()

public    static int                    addstr                    ( string              str ) ;		

attroff ()

public    static int                    attroff                   ( ulong               attr ) ;		

attron ()

public    static int                    attron                    ( ulong               attr ) ;		

attrset ()

public    static int                    attrset                   ( ulong               attr ) ;		

attr_get ()

public    static int                    attr_get                  ( ulong               attrs,
                                                                    short               pair ) ;		

attr_off ()

public    static int                    attr_off                  ( ulong               attrs ) ;		

attr_on ()

public    static int                    attr_on                   ( ulong               attrs ) ;		

attr_set ()

public    static int                    attr_set                  ( ulong               attrs,
                                                                    short               pair ) ;		

baudrate ()

public    static int                    baudrate                  (  ) ;		

beep ()

public    static int                    beep                      (  ) ;		

bkgd ()

public    static int                    bkgd                      ( ulong               ch ) ;		

bkgdset ()

public    static void                   bkgdset                   ( ulong               ch ) ;		

border ()

public    static int                    border                    ( ulong               ls,
                                                                    ulong               rs,
                                                                    ulong               ts,
                                                                    ulong               bs,
                                                                    ulong               tl,
                                                                    ulong               tr,
                                                                    ulong               bl,
                                                                    ulong               br ) ;		

can_change_color ()

public    static bool                   can_change_color          (  ) ;		

cbreak ()

public    static int                    cbreak                    (  ) ;		

chgat ()

public    static int                    chgat                     ( int                 n,
                                                                    ulong               attr,
                                                                    short               color ) ;		

clear ()

public    static int                    clear                     (  ) ;		

clrtobot ()

public    static int                    clrtobot                  (  ) ;		

clrtoeol ()

public    static int                    clrtoeol                  (  ) ;		

color_content ()

public    static int                    color_content             ( short               color,
                                                                    short               r,
                                                                    short               g,
                                                                    short               b ) ;		

color_set ()

public    static int                    color_set                 ( short               color_pair_number ) ;		

COLOR_PAIR ()

public    static int                    COLOR_PAIR                ( int                 n ) ;		

curs_set ()

public    static int                    curs_set                  ( int                 visibility ) ;		

def_prog_mode ()

public    static int                    def_prog_mode             (  ) ;		

def_shell_mode ()

public    static int                    def_shell_mode            (  ) ;		

delay_output ()

public    static int                    delay_output              ( int                 ms ) ;		

delch ()

public    static int                    delch                     (  ) ;		

deleteln ()

public    static int                    deleteln                  (  ) ;		

doupdate ()

public    static int                    doupdate                  (  ) ;		

echo ()

public    static int                    echo                      (  ) ;		

echochar ()

public    static int                    echochar                  ( ulong               ch ) ;		

erase ()

public    static int                    erase                     (  ) ;		

endwin ()

public    static int                    endwin                    (  ) ;		

erasechar ()

public    static char                   erasechar                 (  ) ;		

filter ()

public    static void                   filter                    (  ) ;		

flash ()

public    static int                    flash                     (  ) ;		

flushinp ()

public    static int                    flushinp                  (  ) ;		

getch ()

public    static int                    getch                     (  ) ;		

getnstr ()

public    static int                    getnstr                   ( string              str,
                                                                    int                 n ) ;		

getstr ()

public    static int                    getstr                    ( string              str ) ;		

halfdelay ()

public    static int                    halfdelay                 ( int                 tenths ) ;		

has_colors ()

public    static bool                   has_colors                (  ) ;		

has_ic ()

public    static bool                   has_ic                    (  ) ;		

has_il ()

public    static bool                   has_il                    (  ) ;		

hline ()

public    static int                    hline                     ( ulong               ch,
                                                                    int                 n ) ;		

inch ()

public    static ulong                  inch                      (  ) ;		

inchnstr ()

public    static int                    inchnstr                  ( ulong[]             chstr,
                                                                    int                 n ) ;		

inchstr ()

public    static int                    inchstr                   ( ulong[]             chstr ) ;		

initscr ()

public    static weak Window            initscr                   (  ) ;		

init_color ()

public    static int                    init_color                ( short               color,
                                                                    short               r,
                                                                    short               g,
                                                                    short               b ) ;		

init_pair ()

public    static int                    init_pair                 ( short               pair,
                                                                    Color               f,
                                                                    Color               b ) ;		

innstr ()

public    static int                    innstr                    ( string              str,
                                                                    int                 n ) ;		

insch ()

public    static int                    insch                     ( ulong               ch ) ;		

insdelln ()

public    static int                    insdelln                  ( int                 n ) ;		

insertln ()

public    static int                    insertln                  (  ) ;		

insnstr ()

public    static int                    insnstr                   ( string              str,
                                                                    int                 n ) ;		

insstr ()

public    static int                    insstr                    ( string              str ) ;		

instr ()

public    static int                    instr                     ( string              str ) ;		

isendwin ()

public    static bool                   isendwin                  (  ) ;		

keyname ()

public    static string                 keyname                   ( int                 c ) ;		

killchar ()

public    static char                   killchar                  (  ) ;		

ulongname ()

public    static string                 ulongname                 (  ) ;		

move ()

public    static int                    move                      ( int                 y,
                                                                    int                 x ) ;		

mvaddch ()

public    static int                    mvaddch                   ( int                 y,
                                                                    int                 x,
                                                                    ulong               ch ) ;		

mvaddchnstr ()

public    static int                    mvaddchnstr               ( int                 y,
                                                                    int                 x,
                                                                    ulong[]             chstr,
                                                                    int                 n ) ;		

mvaddchstr ()

public    static int                    mvaddchstr                ( int                 y,
                                                                    int                 x,
                                                                    ulong[]             chstr ) ;		

mvaddnstr ()

public    static int                    mvaddnstr                 ( int                 y,
                                                                    int                 x,
                                                                    string              str,
                                                                    int                 n ) ;		

mvaddstr ()

public    static int                    mvaddstr                  ( int                 y,
                                                                    int                 x,
                                                                    string              str ) ;		

mvchgat ()

public    static int                    mvchgat                   ( int                 y,
                                                                    int                 x,
                                                                    int                 n,
                                                                    ulong               attr,
                                                                    short               color ) ;		

mvcur ()

public    static int                    mvcur                     ( int                 oldrow,
                                                                    int                 oldcol,
                                                                    int                 newrow,
                                                                    int                 newcol ) ;		

mvdelch ()

public    static int                    mvdelch                   ( int                 y,
                                                                    int                 x ) ;		

mvgetch ()

public    static int                    mvgetch                   ( int                 y,
                                                                    int                 x ) ;		

mvgetnstr ()

public    static int                    mvgetnstr                 ( int                 y,
                                                                    int                 x,
                                                                    string              str,
                                                                    int                 n ) ;		

mvgetstr ()

public    static int                    mvgetstr                  ( int                 y,
                                                                    int                 x,
                                                                    string              str ) ;		

mvhline ()

public    static int                    mvhline                   ( int                 y,
                                                                    int                 x,
                                                                    ulong               ch,
                                                                    int                 n ) ;		

mvinch ()

public    static ulong                  mvinch                    ( int                 y,
                                                                    int                 x ) ;		

mvinchnstr ()

public    static int                    mvinchnstr                ( int                 y,
                                                                    int                 x,
                                                                    ulong[]             chstr,
                                                                    int                 n ) ;		

mvinchstr ()

public    static int                    mvinchstr                 ( int                 y,
                                                                    int                 x,
                                                                    ulong[]             chstr ) ;		

mvinnstr ()

public    static int                    mvinnstr                  ( int                 y,
                                                                    int                 x,
                                                                    string              str,
                                                                    int                 n ) ;		

mvinsch ()

public    static int                    mvinsch                   ( int                 y,
                                                                    int                 x,
                                                                    ulong               ch ) ;		

mvinsnstr ()

public    static int                    mvinsnstr                 ( int                 y,
                                                                    int                 x,
                                                                    string              str,
                                                                    int                 n ) ;		

mvinsstr ()

public    static int                    mvinsstr                  ( int                 y,
                                                                    int                 x,
                                                                    string              str ) ;		

mvinstr ()

public    static int                    mvinstr                   ( int                 y,
                                                                    int                 x,
                                                                    string              str ) ;		

mvprintw ()

public    static int                    mvprintw                  ( int                 y,
                                                                    int                 x,
                                                                    string              str,
                                                                    ... ) ;		

mvscanw ()

public    static int                    mvscanw                   ( int                 y,
                                                                    int                 x,
                                                                    string              str,
                                                                    ... ) ;		

mvvline ()

public    static int                    mvvline                   ( int                 y,
                                                                    int                 x,
                                                                    ulong               ch,
                                                                    int                 n ) ;		

napms ()

public    static int                    napms                     ( int                 ms ) ;		

nl ()

public    static int                    nl                        (  ) ;		

nocbreak ()

public    static int                    nocbreak                  (  ) ;		

noecho ()

public    static int                    noecho                    (  ) ;		

nonl ()

public    static int                    nonl                      (  ) ;		

noqiflush ()

public    static void                   noqiflush                 (  ) ;		

noraw ()

public    static int                    noraw                     (  ) ;		

pair_content ()

public    static int                    pair_content              ( short               pair,
                                                                    Color               f,
                                                                    Color               b ) ;		

PAIR_NUMBER ()

public    static int                    PAIR_NUMBER               ( int                 attrs ) ;		

printw ()

public    static int                    printw                    ( string              str,
                                                                    ... ) ;		

qiflush ()

public    static void                   qiflush                   (  ) ;		

raw ()

public    static int                    raw                       (  ) ;		

refresh ()

public    static int                    refresh                   (  ) ;		

resetty ()

public    static int                    resetty                   (  ) ;		

reset_prog_mode ()

public    static int                    reset_prog_mode           (  ) ;		

reset_shell_mode ()

public    static int                    reset_shell_mode          (  ) ;		

ripoffline ()

public    static int                    ripoffline                ( int                 line,
                                                                    RipofflineInitFunc  init ) ;		

savetty ()

public    static int                    savetty                   (  ) ;		

scanw ()

public    static int                    scanw                     ( string              str,
                                                                    ... ) ;		

scr_dump ()

public    static int                    scr_dump                  ( string              str ) ;		

scr_init ()

public    static int                    scr_init                  ( string              str ) ;		

scrl ()

public    static int                    scrl                      ( int                 n ) ;		

scr_restore ()

public    static int                    scr_restore               ( string              str ) ;		

scr_set ()

public    static int                    scr_set                   ( string              str ) ;		

setscrreg ()

public    static int                    setscrreg                 ( int                 top,
                                                                    int                 bot ) ;		

slk_attroff ()

public    static int                    slk_attroff               ( ulong               attrs ) ;		

slk_attr_off ()

public    static int                    slk_attr_off              ( ulong               attrs ) ;		

slk_attron ()

public    static int                    slk_attron                ( ulong               attrs ) ;		

slk_attr_on ()

public    static int                    slk_attr_on               ( ulong               attrs ) ;		

slk_attrset ()

public    static int                    slk_attrset               ( ulong               attrs ) ;		

slk_attr ()

public    static ulong                  slk_attr                  (  ) ;		

slk_attr_set ()

public    static int                    slk_attr_set              ( ulong               attrs,
                                                                    short               pair ) ;		

slk_clear ()

public    static int                    slk_clear                 (  ) ;		

slk_color ()

public    static int                    slk_color                 ( short               color_pair_number ) ;		

slk_init ()

public    static int                    slk_init                  ( int                 fmt ) ;		

slk_label ()

public    static string                 slk_label                 ( int                 labnum ) ;		

slk_noutrefresh ()

public    static int                    slk_noutrefresh           (  ) ;		

slk_refresh ()

public    static int                    slk_refresh               (  ) ;		

slk_restore ()

public    static int                    slk_restore               (  ) ;		

slk_set ()

public    static int                    slk_set                   ( int                 labnum,
                                                                    string              label,
                                                                    int                 fmt ) ;		

slk_touch ()

public    static int                    slk_touch                 (  ) ;		

standout ()

public    static int                    standout                  (  ) ;		

standend ()

public    static int                    standend                  (  ) ;		

start_color ()

public    static int                    start_color               (  ) ;		

termattrs ()

public    static ulong                  termattrs                 (  ) ;		

termname ()

public    static string                 termname                  (  ) ;		

timeout ()

public    static void                   timeout                   ( int                 delay ) ;		

typeahead ()

public    static int                    typeahead                 ( int                 fd ) ;		

ungetch ()

public    static int                    ungetch                   ( int                 ch ) ;		

use_env ()

public    static void                   use_env                   ( bool                bf ) ;		

vidattr ()

public    static int                    vidattr                   ( ulong               attrs ) ;		

vidputs ()

public    static int                    vidputs                   ( ulong               attrs,
                                                                    VidputsPutcFunc     putc ) ;		

vline ()

public    static int                    vline                     ( ulong               ch,
                                                                    int                 n ) ;		


Created by Valadoc