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

#define set_bottom_margin tigetstr("smgb")

/** set bottom margin at current line **/

/*
TERMINFO_NAME(smgb)
TERMCAP_NAME(Zk)
XOPEN(400)
*/