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

#define change_res_horz tigetstr("chr")

/** change horizontal resolution **/

/*
TERMINFO_NAME(chr)
TERMCAP_NAME(ZC)
XOPEN(400)
*/