Definition in file scrapp.c.
Go to the source code of this file.
Defines | |
#define | ESC "\033" |
#define | BEL "\007" |
Functions | |
bool | mvaddstr (int y, int x, const char *str) |
bool | clear (void) |
int | getch (void) |
int | beep (void) |
int | main (void) |
|
Definition at line 64 of file scrapp.c. Referenced by beep(). |
|
Definition at line 35 of file scrapp.c. Referenced by clear(), and mvaddstr(). |
|
Definition at line 66 of file scrapp.c. References BEL. Referenced by main(). |
|
Definition at line 42 of file scrapp.c. References ESC, and mvaddstr(). Referenced by main(). |
|
Definition at line 48 of file scrapp.c. Referenced by main(). |
|
Definition at line 71 of file scrapp.c. References beep(), clear(), EC_CLEANUP, EC_CLEANUP_BGN, EC_CLEANUP_END, ec_false, ec_neg1, exit(), getch(), mvaddstr(), tc_restore(), and tc_setraw(). |
|
Definition at line 37 of file scrapp.c. References ESC. |