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

#define status_line_esc_ok tigetflag("eslok")

/** escape can be used on the status line **/

/*
TERMINFO_NAME(eslok)
TERMCAP_NAME(es)
XOPEN(400)
*/