#include <sys/types.h>#include <signal.h>#include <sys/ioctl.h>#include "config.h"#include "screen.h"#include "extern.h"Defines | |
| #define | OLDWIN(y) |
| #define | NEWWIN(y) ((y < hi) ? &nhlines[y] : &nmlines[y - hi]) |
Functions | |
| void | CheckScreenSize (int change_flag) |
| void | ChangeScreenSize (int wi, int he, int change_fore) |
| void | ResizeLayersToCanvases () |
| int | MayResizeLayer (struct layer *l) |
| void | ResizeLayer (struct layer *l, int wi, int he, struct display *norefdisp) |
| char * | xrealloc (char *mem, int len) |
| int | ChangeWindowSize (struct win *p, int wi, int he, int hi) |
| void | FreeAltScreen (struct win *p) |
| void | EnterAltScreen (struct win *p) |
| void | LeaveAltScreen (struct win *p) |
Variables | |
| layer * | flayer |
| display * | display |
| display * | displays |
| unsigned char * | blank |
| unsigned char * | null |
| mline mline_blank mline_null | mline_old |
| win * | windows |
| int | Z0width |
| int | Z1width |
| int | captionalways |
|
|
|
|
|
Value: ((y < p->w_histheight) \
? &p->w_hlines[(p->w_histidx + y) % p->w_histheight] \
: &p->w_mlines[y - p->w_histheight])
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.3