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

#define columns tigetnum("cols")

/** number of columns in a line **/

/*
TERMINFO_NAME(cols)
TERMCAP_NAME(co)
XOPEN(400)
*/