Searched defs:tty_is_vc_resolve (Results 1 - 1 of 1) sorted by relevance
/systemd/src/basic/ | ||
H A D | terminal-util.c | 711 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