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

#define to_status_line tigetstr("tsl")

/** go to status line, col #1 **/

/*
TERMINFO_NAME(tsl)
TERMCAP_NAME(ts)
XOPEN(400)
*/