Home
last modified time | relevance | path

Searched refs:GLS_RESTORE_LINE (Results 1 – 2 of 2) sorted by relevance

/dports/devel/libtecla/libtecla/
H A Dlibtecla.h1059 GLS_RESTORE_LINE=4, /* Move the cursor to the start of the next line */ enumerator
1070 GLS_SUSPEND_INPUT = GLS_RESTORE_ENV | GLS_RESTORE_LINE
H A Dgetline.c3426 if(flags & GLS_RESTORE_LINE) { in gl_check_caught_signal()