📄 curses.h
字号:
<TD align=left>Shifted resume key
<TR vAlign=top>
<TD align=left>KEY_SSAVE
<TD align=left>Shifted save key
<TR vAlign=top>
<TD align=left>KEY_SSUSPEND
<TD align=left>Shifted suspend key
<TR vAlign=top>
<TD align=left>KEY_SUNDO
<TD align=left>Shifted undo key
<TR vAlign=top>
<TD align=left>KEY_SUSPEND
<TD align=left>Suspend key
<TR vAlign=top>
<TD align=left>KEY_UNDO
<TD align=left>Undo key </TR></TBODY></TABLE>
<HR noShade SIZE=2>
<H5><A name=tag_000_000_258_009> </A>Function Prototypes</H5><XREF
name="allprototypes" type="5"></XREF>The following are declared as functions,
and may also be defined as macros:
<P><PRE><CODE>
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/addch.html">addch</A>(const chtype);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/addchnstr.html">addchnstr</A>(const chtype *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/addchstr.html">addchstr</A>(const chtype *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/addnstr.html">addnstr</A>(const char *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/addnwstr.html">addnwstr</A>(const wchar_t *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/addstr.html">addstr</A>(const char *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/add_wch.html">add_wch</A>(const cchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/add_wchnstr.html">add_wchnstr</A>(const cchar_t *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/add_wchstr.html">add_wchstr</A>(const cchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/addwstr.html">addwstr</A>(const wchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/attroff.html">attroff</A>(int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/attron.html">attron</A>(int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/attrset.html">attrset</A>(int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/attr_get.html">attr_get</A>(attr_t *, short *, void *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/attr_off.html">attr_off</A>(attr_t, void *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/attr_on.html">attr_on</A>(attr_t, void *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/attr_set.html">attr_set</A>(attr_t, short, void *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/baudrate.html">baudrate</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/beep.html">beep</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/bkgd.html">bkgd</A>(chtype);
void <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/bkgdset.html">bkgdset</A>(chtype);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/bkgrnd.html">bkgrnd</A>(const cchar_t *);
void <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/bkgrndset.html">bkgrndset</A>(const cchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/border.html">border</A>(chtype, chtype, chtype, chtype, chtype, chtype, chtype,
chtype);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/border_set.html">border_set</A>(const cchar_t *, const cchar_t *, const cchar_t *,
const cchar_t *, const cchar_t *, const cchar_t *,
const cchar_t *, const cchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/box.html">box</A>(WINDOW *, chtype, chtype);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/box_set.html">box_set</A>(WINDOW *, const cchar_t *, const cchar_t *);
bool <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/can_change_color.html">can_change_color</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/cbreak.html">cbreak</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/chgat.html">chgat</A>(int, attr_t, short, const void *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/clearok.html">clearok</A>(WINDOW *, bool);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/clear.html">clear</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/clrtobot.html">clrtobot</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/clrtoeol.html">clrtoeol</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/color_content.html">color_content</A>(short, short *, short *, short *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/COLOR_PAIR.html">COLOR_PAIR</A>(int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/color_set.html">color_set</A>(short,void *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/copywin.html">copywin</A>(const WINDOW *, WINDOW *, int, int, int, int, int, int,
int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/curs_set.html">curs_set</A>(int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/def_prog_mode.html">def_prog_mode</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/def_shell_mode.html">def_shell_mode</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/delay_output.html">delay_output</A>(int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/delch.html">delch</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/deleteln.html">deleteln</A>(void);
void <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/delscreen.html">delscreen</A>(SCREEN *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/delwin.html">delwin</A>(WINDOW *);
WINDOW *<A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/derwin.html">derwin</A>(WINDOW *, int, int, int, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/doupdate.html">doupdate</A>(void);
WINDOW *<A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/dupwin.html">dupwin</A>(WINDOW *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/echo.html">echo</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/echochar.html">echochar</A>(const chtype);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/echo_wchar.html">echo_wchar</A>(const cchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/endwin.html">endwin</A>(void);
char <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/erasechar.html">erasechar</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/erase.html">erase</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/erasewchar.html">erasewchar</A>(wchar_t *);
void <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/filter.html">filter</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/flash.html">flash</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/flushinp.html">flushinp</A>(void);
chtype <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/getbkgd.html">getbkgd</A>(WINDOW *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/getbkgrnd.html">getbkgrnd</A>(cchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/getcchar.html">getcchar</A>(const cchar_t *, wchar_t *, attr_t *, short *, void *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/getch.html">getch</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/getnstr.html">getnstr</A>(char *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/getn_wstr.html">getn_wstr</A>(wint_t *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/getstr.html">getstr</A>(char *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/get_wch.html">get_wch</A>(wint_t *);
WINDOW *<A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/getwin.html">getwin</A>(FILE *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/get_wstr.html">get_wstr</A>(wint_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/halfdelay.html">halfdelay</A>(int);
bool <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/has_colors.html">has_colors</A>(void);
bool <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/has_ic.html">has_ic</A>(void);
bool <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/has_il.html">has_il</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/hline.html">hline</A>(chtype, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/hline_set.html">hline_set</A>(const cchar_t *, int);
void <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/idcok.html">idcok</A>(WINDOW *, bool);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/idlok.html">idlok</A>(WINDOW *, bool);
void <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/immedok.html">immedok</A>(WINDOW *, bool);
chtype <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/inch.html">inch</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/inchnstr.html">inchnstr</A>(chtype *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/inchstr.html">inchstr</A>(chtype *);
WINDOW *<A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/initscr.html">initscr</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/init_color.html">init_color</A>(short, short, short, short);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/init_pair.html">init_pair</A>(short, short, short);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/innstr.html">innstr</A>(char *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/innwstr.html">innwstr</A>(wchar_t *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/insch.html">insch</A>(chtype);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/insdelln.html">insdelln</A>(int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/insertln.html">insertln</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/insnstr.html">insnstr</A>(const char *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/ins_nwstr.html">ins_nwstr</A>(const wchar_t *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/insstr.html">insstr</A>(const char *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/instr.html">instr</A>(char *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/ins_wch.html">ins_wch</A>(const cchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/ins_wstr.html">ins_wstr</A>(const wchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/intrflush.html">intrflush</A>(WINDOW *, bool);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/in_wch.html">in_wch</A>(cchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/in_wchnstr.html">in_wchnstr</A>(cchar_t *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/in_wchstr.html">in_wchstr</A>(cchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/inwstr.html">inwstr</A>(wchar_t *);
bool <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/isendwin.html">isendwin</A>(void);
bool <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/is_linetouched.html">is_linetouched</A>(WINDOW *, int);
bool <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/is_wintouched.html">is_wintouched</A>(WINDOW *);
char *<A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/keyname.html">keyname</A>(int);
char *<A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/key_name.html">key_name</A>(wchar_t);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/keypad.html">keypad</A>(WINDOW *, bool);
char <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/killchar.html">killchar</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/killwchar.html">killwchar</A>(wchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/leaveok.html">leaveok</A>(WINDOW *, bool);
char *<A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/longname.html">longname</A>(void);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/meta.html">meta</A>(WINDOW *, bool);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/move.html">move</A>(int, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvaddch.html">mvaddch</A>(int, int, const chtype);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvaddchnstr.html">mvaddchnstr</A>(int, int, const chtype *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvaddchstr.html">mvaddchstr</A>(int, int, const chtype *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvaddnstr.html">mvaddnstr</A>(int, int, const char *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvaddnwstr.html">mvaddnwstr</A>(int, int, const wchar_t *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvaddstr.html">mvaddstr</A>(int, int, const char *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvadd_wch.html">mvadd_wch</A>(int, int, const cchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvadd_wchnstr.html">mvadd_wchnstr</A>(int, int, const cchar_t *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvadd_wchstr.html">mvadd_wchstr</A>(int, int, const cchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvaddwstr.html">mvaddwstr</A>(int, int, const wchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvchgat.html">mvchgat</A>(int, int, int, attr_t, short, const void *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvcur.html">mvcur</A>(int, int, int, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvdelch.html">mvdelch</A>(int, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvderwin.html">mvderwin</A>(WINDOW *, int, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvgetch.html">mvgetch</A>(int, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvgetnstr.html">mvgetnstr</A>(int, int, char *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvgetn_wstr.html">mvgetn_wstr</A>(int, int, wint_t *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvgetstr.html">mvgetstr</A>(int, int, char *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvget_wch.html">mvget_wch</A>(int, int, wint_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvget_wstr.html">mvget_wstr</A>(int, int, wint_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvhline.html">mvhline</A>(int, int, chtype, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvhline_set.html">mvhline_set</A>(int, int, const cchar_t *, int);
chtype <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvinch.html">mvinch</A>(int, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvinchnstr.html">mvinchnstr</A>(int, int, chtype *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvinchstr.html">mvinchstr</A>(int, int, chtype *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvinnstr.html">mvinnstr</A>(int, int, char *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvinnwstr.html">mvinnwstr</A>(int, int, wchar_t *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvinsch.html">mvinsch</A>(int, int, chtype);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvinsnstr.html">mvinsnstr</A>(int, int, const char *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvins_nwstr.html">mvins_nwstr</A>(int, int, const wchar_t *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvinsstr.html">mvinsstr</A>(int, int, const char *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvinstr.html">mvinstr</A>(int, int, char *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvins_wch.html">mvins_wch</A>(int, int, const cchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvins_wstr.html">mvins_wstr</A>(int, int, const wchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvin_wch.html">mvin_wch</A>(int, int, cchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvin_wchnstr.html">mvin_wchnstr</A>(int, int, cchar_t *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvin_wchstr.html">mvin_wchstr</A>(int, int, cchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvinwstr.html">mvinwstr</A>(int, int, wchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvprintw.html">mvprintw</A>(int, int, char *, ...);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvscanw.html">mvscanw</A>(int, int, char *, ...);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvvline.html">mvvline</A>(int, int, chtype, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvvline_set.html">mvvline_set</A>(int, int, const cchar_t *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwaddch.html">mvwaddch</A>(WINDOW *, int, int, const chtype);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwaddchnstr.html">mvwaddchnstr</A>(WINDOW *, int, int, const chtype *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwaddchstr.html">mvwaddchstr</A>(WINDOW *, int, int, const chtype *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwaddnstr.html">mvwaddnstr</A>(WINDOW *, int, int, const char *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwaddnwstr.html">mvwaddnwstr</A>(WINDOW *, int, int, const wchar_t *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwaddstr.html">mvwaddstr</A>(WINDOW *, int, int, const char *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwadd_wch.html">mvwadd_wch</A>(WINDOW *, int, int, const cchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwadd_wchnstr.html">mvwadd_wchnstr</A>(WINDOW *, int, int, const cchar_t *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwadd_wchstr.html">mvwadd_wchstr</A>(WINDOW *, int, int, const cchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwaddwstr.html">mvwaddwstr</A>(WINDOW *, int, int, const wchar_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwchgat.html">mvwchgat</A>(WINDOW *, int, int, int, attr_t, short, const void *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwdelch.html">mvwdelch</A>(WINDOW *, int, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwgetch.html">mvwgetch</A>(WINDOW *, int, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwgetnstr.html">mvwgetnstr</A>(WINDOW *, int, int, char *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwgetn_wstr.html">mvwgetn_wstr</A>(WINDOW *, int, int, wint_t *, int);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwgetstr.html">mvwgetstr</A>(WINDOW *, int, int, char *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwget_wch.html">mvwget_wch</A>(WINDOW *, int, int, wint_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwget_wstr.html">mvwget_wstr</A>(WINDOW *, int, int, wint_t *);
int <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwhline.html">mvwhline</A>(WINDOW *, int, int, chtype, int);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -