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

#define set_window tigetstr("wind")

/** current window is lines #1-#2, columns #3-#4 **/

/*
TERMINFO_NAME(wind)
TERMCAP_NAME(wi)
XOPEN(400)
*/