#include <string.h>
#include "cur.h"
#include "box.h"
#include "video.h"
Go to the source code of this file.
Functions | |
void | save (WINDOW *w) |
void | nosave (WINDOW *w) |
void | boxed (WINDOW *w) |
void | unboxed (WINDOW *w) |
void | def_ground (WINDOW *w, int f, int b) |
WINDOW * | newwin (int lines, int cols, int begin_y, int begin_x, void *IoChan, int attrib, int nBoxed) |
void | WinSetTitle (WINDOW *w, char *title) |
Definition in file WINCREAT.c.