Searched defs:tty_is_vc_resolve (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dterminal-util.c711 bool tty_is_vc_resolve(const char *tty) { function
729 return tty && tty_is_vc_resolve(tty) ? "TERM=linux" : "TERM=vt220";

Completed in 1204 milliseconds