|
Functions |
| void | DefProcess (char **bufp, int *lenp) |
| void | DefRedisplayLine (int y, int xs, int xe, int isblank) |
| void | DefClearLine (int y, int xs, int xe, int bce) |
| int | DefRewrite (int y, int xs, int xe, struct mchar *rend, int doit) |
| int | DefResize (int wi, int he) |
| void | DefRestore () |
| display * | MakeDisplay (char *uname, char *utty, char *term, int fd, int pid, struct mode *Mode) |
| void | FreeDisplay () |
| int | MakeDefaultCanvas () |
| int | AddCanvas () |
| void | RemCanvas () |
| void | OneCanvas () |
| int | RethinkDisplayViewports () |
| void | RethinkViewportOffsets (struct canvas *cv) |
| void | InitTerm (int adapt) |
| void | FinitTerm () |
| int | CalcCost (char *s) |
| void | GotoPos (int x2, int y2) |
| void | ClearAll () |
| void | ClearArea (int x1, int y1, int xs, int xe, int x2, int y2, int bce, int uselayfn) |
| void | Redisplay (int cur_only) |
| void | RedisplayDisplays (int cur_only) |
| void | ScrollH (int y, int xs, int xe, int n, int bce, struct mline *oml) |
| void | ScrollV (int xs, int ys, int xe, int ye, int n, int bce) |
| void | SetAttr (int new) |
| void | SetFont (int new) |
| int | color256to16 (int jj) |
| void | SetColor (int f, int b) |
| void | SetRendition (struct mchar *mc) |
| void | SetRenditionMline (struct mline *ml, int x) |
| void | MakeStatus (char *msg) |
| void | RemoveStatus () |
| void | ShowHStatus (char *str) |
| void | RefreshHStatus () |
| void | RefreshAll (int isblank) |
| void | RefreshArea (int xs, int ys, int xe, int ye, int isblank) |
| void | RefreshLine (int y, int from, int to, int isblank) |
| void | ClearLine (struct mline *oml, int y, int from, int to, int bce) |
| void | DisplayLine (struct mline *oml, struct mline *ml, int y, int from, int to) |
| void | PutChar (struct mchar *c, int x, int y) |
| void | InsChar (struct mchar *c, int x, int xe, int y, struct mline *oml) |
| void | WrapChar (struct mchar *c, int x, int y, int xs, int ys, int xe, int ye, int ins) |
| int | ResizeDisplay (int wi, int he) |
| void | ChangeScrollRegion (int newtop, int newbot) |
| void | AddStr (char *str) |
| void | AddStrn (char *str, int n) |
| void | Flush () |
| void | freetty () |
| void | Resize_obuf () |
| void | DisplaySleep1000 (int n, int eat) |
| void | NukePending () |
| void | ResetIdle () |
| void | KillBlanker () |
| void | RunBlanker (char **cmdv) |
Variables |
| layer * | flayer |
| win * | windows |
| win * | fore |
| LayFuncs | WinLf |
| int | use_hardstatus |
| int | MsgWait |
| int | MsgMinWait |
| int | Z0width |
| int | Z1width |
| unsigned char * | blank |
| unsigned char * | null |
| mline mline_blank mline_null | mline_old |
| mchar mchar_null mchar_blank | mchar_so |
| NewWindow | nwin_default |
| action | idleaction |
| char * | hstatusstring |
| char * | captionstring |
| int | pastefont |
| int | idletimo |
| int | pty_preopen |
| char ** | NewEnv |
| int | real_uid |
| int | real_gid |
| short | ospeed |
| display * | display |
| display * | displays |
| int | attr2color [8][4] |
| int | nattr2color |
| int | defobuflimit = OBUF_MAX |
| int | defnonblock = -1 |
| int | defautonuke = 0 |
| int | captionalways |
| int | hardstatusemu = HSTATUS_IGNORE |
| LayFuncs | BlankLf |