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

#define insert_character tigetstr("ichl")

/** insert character **/

/*
TERMINFO_NAME(ichl)
TERMCAP_NAME(ic)
XOPEN(400)
*/