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

#define set_window tigetstr("wind")

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

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