Home
last modified time | relevance | path

Searched refs:ESCAPE_EL (Results 1 – 6 of 6) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dbanner.c26 const char* clreol = get_escape(&nc->tcache, ESCAPE_EL); in init_banner()
H A Dtermdesc.h65 ESCAPE_EL, // "el" clear to end of line, inclusive enumerator
H A Dstats.c166 const char* clreol = get_escape(&nc->tcache, ESCAPE_EL); in summarize_stats()
H A Dtermdesc.c1164 { ESCAPE_EL, "el", }, in interrogate_terminfo()
H A Ddirect.c1083 const char* el = get_escape(&n->tcache, ESCAPE_EL); in ncdirect_readline()
/dports/devel/notcurses/notcurses-3.0.1/src/info/
H A Dmain.c448 tinfo_debug_cap(n, "el", get_escape(ti, ESCAPE_EL)); in tinfo_debug_styles()