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

#define memory_below tigetflag("db")

/** display may be retained below the screen **/

/*
TERMINFO_NAME(db)
TERMCAP_NAME(db)
XOPEN(400)
*/