Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dshow-status.c86 … iovec[n++] = IOVEC_MAKE_STRING(ANSI_REVERSE_LINEFEED "\r" ANSI_ERASE_TO_END_OF_LINE); in status_vprintf()
101 iovec[n++] = IOVEC_MAKE_STRING(ANSI_ERASE_TO_END_OF_LINE); in status_vprintf()
/systemd-251/src/basic/
Dterminal-util.h72 #define ANSI_ERASE_TO_END_OF_LINE "\x1B[K" macro