#include <sys/types.h>#include <sys/stat.h>#include <stdio.h>#include <signal.h>#include <ctype.h>#include <string.h>#include <unistd.h>#include <curses.h>#include "screen.h"Go to the source code of this file.
Functions | |
| _PROTOTYPE (void gotsig,(int sig)) | |
| _PROTOTYPE (static char *delword,(WINDOW *w)) | |
| void | gotsig (int sig) |
| int | ScreenInit () |
| void | ScreenMsg (char *msg) |
| void | ScreenWho (char *user, char *host) |
| void | ScreenEdit (lcc, rcc) |
| void | ScreenPut (char *data, int len, int win) |
| void | ScreenEnd () |
Variables | |
| struct { | |
| WINDOW * win | |
| char erase | |
| char kill | |
| char werase | |
| } | window [2] |
| int | ScreenDone = 0 |
| _PROTOTYPE | ( | static char * | delword, | |
| (WINDOW *w) | ||||
| ) |
| _PROTOTYPE | ( | void | gotsig, | |
| (int sig) | ||||
| ) |
| int ScreenDone = 0 |
| struct { ... } window[2] |
1.5.8