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

#define from_status_line tigetstr("fsl")

/** return from status line **/

/*
TERMINFO_NAME(fsl)
TERMCAP_NAME(fs)
XOPEN(400)
*/