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

#define print_screen tigetstr("mc0")

/** print contents of the screen **/

/*
TERMINFO_NAME(mc0)
TERMCAP_NAME(ps)
XOPEN(400)
*/