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

#define clr_bol tigetstr("el1")

/** clear to beginning of line, inclusive **/

/*
TERMINFO_NAME(el1)
TERMCAP_NAME(cb)
XOPEN(400)
*/