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

#define repeat_char tigetstr("rep")

/** repeat character #1 #2 times **/

/*
TERMINFO_NAME(rep)
TERMCAP_NAME(rp)
XOPEN(400)
*/