#include <sys/types.h>#include <async.h>#include <bool.h>Go to the source code of this file.
Data Structures | |
| struct | winsize_t |
Defines | |
| #define | putpad(s) tputs(s, 1, put) |
Functions | |
| void | clear_screen (void) |
| void | moveto (sysarg_t r, sysarg_t c) |
| void | scr_clear (void) |
| void | scr_end (void) |
| void | scr_init (void) |
| void | scr_msg (char *s, bool set) |
| void | scr_set (void) |
| void | scr_update (void) |
Variables | |
| winsize_t | winsize |
Definition in file screen.h.
1.4.7