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

#define clr_bol tigetstr("el1")

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

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