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

#define width_status_line tigetnum("wsl")

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

/*
TERMINFO_NAME(wsl)
TERMCAP_NAME(ws)
XOPEN(400)
*/