⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 curses.h

📁 curses界面编程
💻 H
📖 第 1 页 / 共 5 页
字号:
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwhline_set.html">mvwhline_set</A>(WINDOW *, int, int, const cchar_t *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwin.html">mvwin</A>(WINDOW *, int, int);
chtype <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwinch.html">mvwinch</A>(WINDOW *, int, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwinchnstr.html">mvwinchnstr</A>(WINDOW *, int, int, chtype *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwinchstr.html">mvwinchstr</A>(WINDOW *, int, int, chtype *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwinnstr.html">mvwinnstr</A>(WINDOW *, int, int, char *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwinnwstr.html">mvwinnwstr</A>(WINDOW *, int, int, wchar_t *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwinsch.html">mvwinsch</A>(WINDOW *, int, int, chtype);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwinsnstr.html">mvwinsnstr</A>(WINDOW *, int, int, const char *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwins_nwstr.html">mvwins_nwstr</A>(WINDOW *, int, int, const wchar_t *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwinsstr.html">mvwinsstr</A>(WINDOW *, int, int, const char *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwinstr.html">mvwinstr</A>(WINDOW *, int, int, char *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwins_wch.html">mvwins_wch</A>(WINDOW *, int, int, const cchar_t *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwins_wstr.html">mvwins_wstr</A>(WINDOW *, int, int, const wchar_t *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwin_wch.html">mvwin_wch</A>(WINDOW *, int, int, cchar_t *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwin_wchnstr.html">mvwin_wchnstr</A>(WINDOW *, int, int, cchar_t *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwin_wchstr.html">mvwin_wchstr</A>(WINDOW *, int, int, cchar_t *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwinwstr.html">mvwinwstr</A>(WINDOW *, int, int, wchar_t *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwprintw.html">mvwprintw</A>(WINDOW *, int, int, char *, ...);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwscanw.html">mvwscanw</A>(WINDOW *, int, int, char *, ...);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwvline.html">mvwvline</A>(WINDOW *, int, int, chtype, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/mvwvline_set.html">mvwvline_set</A>(WINDOW *, int, int, const cchar_t *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/napms.html">napms</A>(int);
WINDOW *<A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/newpad.html">newpad</A>(int, int);
SCREEN *<A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/newterm.html">newterm</A>(char *, FILE *, FILE *);
WINDOW *<A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/newwin.html">newwin</A>(int, int, int, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/nl.html">nl</A>(void);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/nocbreak.html">nocbreak</A>(void);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/nodelay.html">nodelay</A>(WINDOW *, bool);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/noecho.html">noecho</A>(void);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/nonl.html">nonl</A>(void);
void   <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/noqiflush.html">noqiflush</A>(void);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/noraw.html">noraw</A>(void);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/notimeout.html">notimeout</A>(WINDOW *, bool);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/overlay.html">overlay</A>(const WINDOW *, WINDOW *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/overwrite.html">overwrite</A>(const WINDOW *, WINDOW *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/pair_content.html">pair_content</A>(short, short *, short *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/PAIR_NUMBER.html">PAIR_NUMBER</A>(int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/pechochar.html">pechochar</A>(WINDOW *, chtype);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/pecho_wchar.html">pecho_wchar</A>(WINDOW *, const cchar_t*);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/pnoutrefresh.html">pnoutrefresh</A>(WINDOW *, int, int, int, int, int, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/prefresh.html">prefresh</A>(WINDOW *, int, int, int, int, int, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/printw.html">printw</A>(char *, ...);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/putp.html">putp</A>(const char *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/putwin.html">putwin</A>(WINDOW *, FILE *);
void   <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/qiflush.html">qiflush</A>(void);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/raw.html">raw</A>(void);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/redrawwin.html">redrawwin</A>(WINDOW *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/refresh.html">refresh</A>(void);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/reset_prog_mode.html">reset_prog_mode</A>(void);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/reset_shell_mode.html">reset_shell_mode</A>(void);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/resetty.html">resetty</A>(void);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/ripoffline.html">ripoffline</A>(int, int (*)(WINDOW *, int));
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/savetty.html">savetty</A>(void);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/scanw.html">scanw</A>(char *, ...);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/scr_dump.html">scr_dump</A>(const char *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/scr_init.html">scr_init</A>(const char *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/scrl.html">scrl</A>(int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/scroll.html">scroll</A>(WINDOW *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/scrollok.html">scrollok</A>(WINDOW *, bool);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/scr_restore.html">scr_restore</A>(const char *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/scr_set.html">scr_set</A>(const char *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/setcchar.html">setcchar</A>(cchar_t*, const wchar_t*, const attr_t, short,
                const void*);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/setscrreg.html">setscrreg</A>(int, int);
SCREEN *<A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/set_term.html">set_term</A>(SCREEN *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/setupterm.html">setupterm</A>(char *, int, int *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/slk_attr_off.html">slk_attr_off</A>(const attr_t, void *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/slk_attroff.html">slk_attroff</A>(const chtype);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/slk_attr_on.html">slk_attr_on</A>(const attr_t, void *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/slk_attron.html">slk_attron</A>(const chtype);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/slk_attr_set.html">slk_attr_set</A>(const attr_t, short, void *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/slk_attrset.html">slk_attrset</A>(const chtype);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/slk_clear.html">slk_clear</A>(void);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/slk_color.html">slk_color</A>(short);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/slk_init.html">slk_init</A>(int);
char   *<A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/slk_label.html">slk_label</A>(int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/slk_noutrefresh.html">slk_noutrefresh</A>(void);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/slk_refresh.html">slk_refresh</A>(void);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/slk_restore.html">slk_restore</A>(void);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/slk_set.html">slk_set</A>(int, const char *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/slk_touch.html">slk_touch</A>(void);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/slk_wset.html">slk_wset</A>(int, const wchar_t *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/standend.html">standend</A>(void);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/standout.html">standout</A>(void);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/start_color.html">start_color</A>(void);
WINDOW *<A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/subpad.html">subpad</A>(WINDOW *, int, int, int, int);
WINDOW *<A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/subwin.html">subwin</A>(WINDOW *, int, int, int, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/syncok.html">syncok</A>(WINDOW *, bool);
chtype <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/termattrs.html">termattrs</A>(void);
attr_t <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/term_attrs.html">term_attrs</A>(void);
char   *<A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/termname.html">termname</A>(void);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/tigetflag.html">tigetflag</A>(char *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/tigetnum.html">tigetnum</A>(char *);
char   *<A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/tigetstr.html">tigetstr</A>(char *);
void   <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/timeout.html">timeout</A>(int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/touchline.html">touchline</A>(WINDOW *, int, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/touchwin.html">touchwin</A>(WINDOW *);
char   *<A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/tparm.html">tparm</A>(char *, long, long, long, long, long, long, long, long,
              long);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/typeahead.html">typeahead</A>(int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/ungetch.html">ungetch</A>(int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/unget_wch.html">unget_wch</A>(const wchar_t);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/untouchwin.html">untouchwin</A>(WINDOW *);
void   <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/use_env.html">use_env</A>(bool);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/vid_attr.html">vid_attr</A>(attr_t, short, void *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/vidattr.html">vidattr</A>(chtype);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/vid_puts.html">vid_puts</A>(attr_t, short, void *, int (*)(int));
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/vidputs.html">vidputs</A>(chtype, int (*)(int));
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/vline.html">vline</A>(chtype, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/vline_set.html">vline_set</A>(const cchar_t *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/vwprintw.html">vwprintw</A>(WINDOW *, char *, va_list *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/vw_printw.html">vw_printw</A>(WINDOW *, char *, va_list *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/vwscanw.html">vwscanw</A>(WINDOW *, char *, va_list *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/vw_scanw.html">vw_scanw</A>(WINDOW *, char *, va_list *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/waddch.html">waddch</A>(WINDOW *, const chtype);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/waddchnstr.html">waddchnstr</A>(WINDOW *, const chtype *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/waddchstr.html">waddchstr</A>(WINDOW *, const chtype *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/waddnstr.html">waddnstr</A>(WINDOW *, const char *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/waddnwstr.html">waddnwstr</A>(WINDOW *, const wchar_t *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/waddstr.html">waddstr</A>(WINDOW *, const char *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wadd_wch.html">wadd_wch</A>(WINDOW *, const cchar_t *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wadd_wchnstr.html">wadd_wchnstr</A>(WINDOW *, const cchar_t *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wadd_wchstr.html">wadd_wchstr</A>(WINDOW *, const cchar_t *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/waddwstr.html">waddwstr</A>(WINDOW *, const wchar_t *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wattroff.html">wattroff</A>(WINDOW *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wattron.html">wattron</A>(WINDOW *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wattrset.html">wattrset</A>(WINDOW *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wattr_get.html">wattr_get</A>(WINDOW *, attr_t *, short *, void *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wattr_off.html">wattr_off</A>(WINDOW *, attr_t, void *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wattr_on.html">wattr_on</A>(WINDOW *, attr_t, void *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wattr_set.html">wattr_set</A>(WINDOW *, attr_t, short, void *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wbkgd.html">wbkgd</A>(WINDOW *, chtype);
void   <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wbkgdset.html">wbkgdset</A>(WINDOW *, chtype);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wbkgrnd.html">wbkgrnd</A>(WINDOW *, const cchar_t *);
void   <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wbkgrndset.html">wbkgrndset</A>(WINDOW *, const cchar_t *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wborder.html">wborder</A>(WINDOW *, chtype, chtype, chtype, chtype, chtype, chtype,
               chtype, chtype);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wborder_set.html">wborder_set</A>(WINDOW *, 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/wchgat.html">wchgat</A>(WINDOW *, int, attr_t, short, const void *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wclear.html">wclear</A>(WINDOW *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wclrtobot.html">wclrtobot</A>(WINDOW *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wclrtoeol.html">wclrtoeol</A>(WINDOW *);
void   <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wcursyncup.html">wcursyncup</A>(WINDOW *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wcolor_set.html">wcolor_set</A>(WINDOW *, short, void *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wdelch.html">wdelch</A>(WINDOW *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wdeleteln.html">wdeleteln</A>(WINDOW *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wechochar.html">wechochar</A>(WINDOW *, const chtype);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wecho_wchar.html">wecho_wchar</A>(WINDOW *, const cchar_t *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/werase.html">werase</A>(WINDOW *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wgetbkgrnd.html">wgetbkgrnd</A>(WINDOW *, cchar_t *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wgetch.html">wgetch</A>(WINDOW *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wgetnstr.html">wgetnstr</A>(WINDOW *, char *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wgetn_wstr.html">wgetn_wstr</A>(WINDOW *, wint_t *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wgetstr.html">wgetstr</A>(WINDOW *, char *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wget_wch.html">wget_wch</A>(WINDOW *, wint_t *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wget_wstr.html">wget_wstr</A>(WINDOW *, wint_t *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/whline.html">whline</A>(WINDOW *, chtype, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/whline_set.html">whline_set</A>(WINDOW *, const cchar_t *, int);
chtype <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/winch.html">winch</A>(WINDOW *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/winchnstr.html">winchnstr</A>(WINDOW *, chtype *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/winchstr.html">winchstr</A>(WINDOW *, chtype *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/winnstr.html">winnstr</A>(WINDOW *, char *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/winnwstr.html">winnwstr</A>(WINDOW *, wchar_t *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/winsch.html">winsch</A>(WINDOW *, chtype);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/winsdelln.html">winsdelln</A>(WINDOW *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/winsertln.html">winsertln</A>(WINDOW *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/winsnstr.html">winsnstr</A>(WINDOW *, const char *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wins_nwstr.html">wins_nwstr</A>(WINDOW *, const wchar_t *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/winsstr.html">winsstr</A>(WINDOW *, const char *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/winstr.html">winstr</A>(WINDOW *, char *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wins_wch.html">wins_wch</A>(WINDOW *, const cchar_t *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wins_wstr.html">wins_wstr</A>(WINDOW *, const wchar_t *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/win_wch.html">win_wch</A>(WINDOW *, cchar_t *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/win_wchnstr.html">win_wchnstr</A>(WINDOW *, cchar_t *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/win_wchstr.html">win_wchstr</A>(WINDOW *, cchar_t *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/winwstr.html">winwstr</A>(WINDOW *, wchar_t *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wmove.html">wmove</A>(WINDOW *, int, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wnoutrefresh.html">wnoutrefresh</A>(WINDOW *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wprintw.html">wprintw</A>(WINDOW *, char *, ...);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wredrawln.html">wredrawln</A>(WINDOW *, int, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wrefresh.html">wrefresh</A>(WINDOW *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wscanw.html">wscanw</A>(WINDOW *, char *, ...);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wscrl.html">wscrl</A>(WINDOW *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wsetscrreg.html">wsetscrreg</A>(WINDOW *, int, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wstandend.html">wstandend</A>(WINDOW *);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wstandout.html">wstandout</A>(WINDOW *);
void   <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wsyncup.html">wsyncup</A>(WINDOW *);
void   <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wsyncdown.html">wsyncdown</A>(WINDOW *);
void   <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wtimeout.html">wtimeout</A>(WINDOW *, int);
int    <A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wtouchln.html">wtouchln</A>(WINDOW *, int, int, int);
wchar_t *<A href="http://www.opengroup.org/onlinepubs/007908799/xcurses/wunctrl.html">wunctrl</A>(cchar_t *);
int    <A href=

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -