summaryrefslogtreecommitdiff
path: root/term/clear_screen.h
blob: 73d86062b440089b115908b09089f65329668bb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <term.h>

#define clear_screen tigetstr("clear")

/** clear screen and home cursor **/

/*
TERMINFO_NAME(clear)
TERMCAP_NAME(cl)
XOPEN(400)
*/