?? llib-lcurses
字號:
int slk_start(i, ip) int i, *ip; { return 0; }int slk_touch() { return 0; }void wsyncdown(win) WINDOW *win; {}void wsyncup(win) WINDOW *win; {}int tgetent(bp, name) char *bp, *name; { return 0; }int tgetflag(id) char *id; { return 0; }int tgetnum(id) char *id; { return 0; }char *tgetstr(id, area) char *id, **area; { return sp; }int tgetch(i) int i; { return 0; }char *tgoto(cap, col, row) char *cap; int col, row; { return sp; }int tifgetflag(id) char *id; { return 0; }int tifgetnum(id) char *id; { return 0; }char *tifgetstr(id) char *id; { return sp; }int tigetflag(id) char *id; { return 0; }int tigetnum(id) char *id; { return 0; }char *tigetstr(id) char *id; { return sp; }void tinputfd(i) int i; {}char *tparm(instring, parms) char *instring; long parms; { return sp; }int tputs(cp, affcnt, outc) char *cp; int affcnt, (*outc)(); { return 0; }int traceon() { return 0; }int traceoff() { return 0; }int ttimeout(i) int i; { return 0; }int typeahead(fd) int fd; { return 0; }void vidupdate(a, b, c) chtype a, b; int (*c)(); {}int wclrtobot(win) WINDOW *win; { return 0; }int wclrtoeol(win) WINDOW *win; { return 0; }int wechochar(win, ch) WINDOW *win; chtype ch; { return 0; }int wgetch(win) WINDOW *win; { return 0; }int winnstr(win, b, c) WINDOW *win; char *b; int c; { return 0; }int wnoutrefresh(win) WINDOW *win; { return 0; }int whline(win, a, b) WINDOW *win; chtype a; int b; { return 0; }int mvwhline(win, y,x,a, b) WINDOW *win; chtype a; int y,x,b; { return 0; }int mvwvline(win, y,x,a, b) WINDOW *win; chtype a; int y,x,b; { return 0; }int wvline(win, a, b) WINDOW *win; chtype a; int b; { return 0; }int addch(ch) chtype ch; { return 0; }int addnstr(s,n) char *s; int n; { return 0; }int addstr(str) char *str; { return 0; }int attroff(at) chtype at; { return 0; }int attron(at) chtype at; { return 0; }int attrset(at) chtype at; { return 0; }int bkgd(c) chtype c; { return 0; }int border(lc,rc,tc,bc) chtype lc, rc, tc, bc; { return 0; }int clear() { return 0; }int clrtobot() { return 0; }int clrtoeol() { return 0; }int delch() { return 0; }int deleteln() { return 0; }int echochar(ch) chtype ch; { return 0; }int erase() { return 0; }int getch() { return 0; }int getstr(str) char *str; { return 0; }chtype inch() { return cht; }int insch(c) chtype c; { return 0; }int insdelln(id) int id; { return 0; }int insertln() { return 0; }int insnstr(s,n) char *s; int n; { return 0; }int insstr(s) char *s; { return 0; }int move(y, x) int y, x; { return 0; }int refresh() { return 0; }int scrl(n) int n; { return 0; }int setscrreg(t,b) int t, b; { return 0; }int standend() { return 0; }int standout() { return 0; }void timeout(tm) int tm; {}void bkgdset(c) chtype c; {}chtype termattrs() { return cht; }/* functions to define environment flags of a window */int syncok(win,bf) WINDOW *win; int bf; { return 0; }void immedok(win,bf) WINDOW *win; int bf; {}/* The following used to be functions in SVR3. */int notimeout(win,bf) WINDOW *win; int bf; { return 0; }int clearok(win,bf) WINDOW *win; int bf; { return 0; }int leaveok(win,bf) WINDOW *win; int bf; { return 0; }int scrollok(win,bf) WINDOW *win; int bf; { return 0; }/* functions for handling video attributes */int wattroff(w,a) WINDOW *w; chtype a; { return 0; }int wattron(w,a) WINDOW *w; chtype a; { return 0; }int wattrset(w,a) WINDOW *w; chtype a; { return 0; }/* functions for move and update */int mvaddch(y,x,ch) int y,x; chtype ch; { return 0; }int mvaddchstr(y,x,ch) int y,x; chtype *ch; { return 0; }int mvaddchnstr(y,x,ch,n) int y,x,n; chtype *ch; { return 0; }int mvinstr(y,x,s) int y,x;char *s; { return 0; }int mvwinstr(win,y,x,s) WINDOW *win;int y,x;char *s; { return 0; }int mvinnstr(y,x,s,n) int y,x,n;char *s; { return 0; }int mvwinnstr(win,y,x,s,n) WINDOW *win;int y,x,n;char *s; { return 0; }int mvinchstr(y,x,s) int y,x;chtype *s; { return 0; }int mvwinchstr(win,y,x,s) WINDOW *win;int y,x;chtype *s; { return 0; }int mvwinchnstr(win,y,x,s,n) WINDOW *win;int y,x,n;chtype *s; { return 0; }int mvwaddchnstr(win,y,x,ch,n) WINDOW *win; int y,x,n; chtype *ch; { return 0; }int mvwaddchstr(win,y,x,ch) WINDOW *win;int y,x; chtype *ch; { return 0; }int mvaddnstr(y,x,s,n) char *s; int n, y, x; { return 0; }int mvaddstr(y,x,str) int y, x; char *str; { return 0; }int mvwaddstr(win,y,x,str) WINDOW *win;int y, x; char *str; { return 0; }int mvdelch(y,x) int y, x; { return 0; }int mvgetch(y,x) int y, x; { return 0; }int mvgetstr(y,x,str) int y, x; char *str; { return 0; }chtype mvinch(y,x) int y, x; { return cht; }int mvinsch(y,x,c) int y, x; chtype c; { return 0; }int mvinsnstr(y,x,s,n) int y, x, n; char *s; { return 0; }int mvinsstr(y,x,s) int y, x; char *s; { return 0; }int mvwaddch(win,y,x,ch) WINDOW *win; int y,x; chtype ch; { return 0; }int mvwaddnstr(win,y,x,s,n) WINDOW *win; char *s; int n, y, x; { return 0; }int mvwdelch(win,y,x) int y, x; WINDOW *win; { return 0; }int mvwgetch(win,y,x) int y, x; WINDOW *win; { return 0; }int mvwgetstr(win,y,x,str) int y, x; WINDOW *win; char *str; { return 0; }chtype mvwinch(win,y,x) WINDOW *win; int y, x; { return cht; }int mvwinsch(win,y,x,c) int y, x; WINDOW *win; chtype c; { return 0; }int mvwinsnstr(win,y,x,s,n) int y, x, n; WINDOW *win; char *s; { return 0; }int mvwinsstr(win,y,x,s) WINDOW *win; int y, x; char *s; { return 0; }int overlay(Src, Dst) WINDOW *Src, *Dst; { return 0; }int overwrite(Src, Dst) WINDOW *Src, *Dst; { return 0; }int wdeleteln(win) WINDOW *win; { return 0; }int winsertln(win) WINDOW *win; { return 0; }int wstandend(win) WINDOW *win; { return 0; }int wstandout(win) WINDOW *win; { return 0; }int beep() { return 0; }int flash() { return 0; }WINDOW *newpad(nlines, ncols) int nlines, ncols; { return wp; }SCREEN *set_term(new) SCREEN *new; { return scp; }int scroll(win) WINDOW *win; { return 0; }int slk_init(fmt) int fmt; { return 0; }WINDOW *subpad(orig, nlines, ncols, by, bx) WINDOW *orig; int nlines, ncols, by, bx; { return wp; }WINDOW *subwin(orig, nlines, ncols, by, bx) WINDOW *orig; int nlines, ncols, by, bx; { return wp; }int box(win, vert, hor) WINDOW *win; chtype vert, hor; { return 0; }SCREEN *newterm(type, ofd, ifd) char *type; FILE *ofd, *ifd; { return scp; }int vidputs(nmode, outc) chtype nmode, (*outc)(); { return 0; }int touchline(win, fline, num) WINDOW *win; int fline, num; { return 0; }int touchwin(win) WINDOW *win; { return 0; }chtype winch(win) WINDOW *win; { return cht; }int waddstr(win,str) WINDOW *win; char *str; { return 0; }int werase(win) WINDOW *win; { return 0; }int wclear(win) WINDOW *win; { return 0; }int intrflush(win,bf) WINDOW *win; int bf; { return 0; }int ungetch(key) int key; { return 0; }int crmode() { return 0; }int nocrmode() { return 0; }int saveterm() { return 0; }int fixterm() { return 0; }int resetterm() { return 0; }int setterm(type) char *type; { return 0; }int gettmode() { return 0; }int halfdelay(tenths) int tenths; { return 0; }int winstr(win,str) WINDOW *win; char *str; { return 0; }int waddchstr(win,str) WINDOW * win; char *str; { return 0; }int winsstr(win,str) WINDOW *win; char *str; { return 0; }int untouchwin(win) WINDOW *win; { return 0; }int waddchnstr(win,s,n) WINDOW *win; chtype *s; int n; { return 0; }int winchnstr(win,s,n) WINDOW *win; chtype *s; int n; { return 0; }/* functions for setting time-out length on inputs */void wtimeout(win,tm) {}int vidattr(newmode) chtype newmode; { return 0; }char *unctrl(i) int i; { return sp; }char is_wintouched(win) WINDOW *win; { return 'a'; }char is_linetouched(win,line) WINDOW *win; int line; { return 'a'; }void wbkgdset(win, ch) WINDOW *win; chtype ch; {}char *termname() { return sp; }void idcok(win,bf) WINDOW *win; int bf; {}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -