termvalue 113 lib/tty/tty.c const char *termvalue; termvalue 115 lib/tty/tty.c termvalue = getenv ("TERM"); termvalue 116 lib/tty/tty.c if (termvalue == NULL || *termvalue == '\0') termvalue 122 lib/tty/tty.c return force_xterm || strncmp (termvalue, "xterm", 5) == 0 termvalue 123 lib/tty/tty.c || strncmp (termvalue, "konsole", 7) == 0 || strncmp (termvalue, "rxvt", 4) == 0 termvalue 124 lib/tty/tty.c || strcmp (termvalue, "Eterm") == 0 || strcmp (termvalue, "dtterm") == 0 termvalue 125 lib/tty/tty.c || strncmp (termvalue, "alacritty", 9) == 0 || strncmp (termvalue, "foot", 4) == 0 termvalue 126 lib/tty/tty.c || strncmp (termvalue, "screen", 6) == 0 || strncmp (termvalue, "tmux", 4) == 0 termvalue 127 lib/tty/tty.c || strncmp (termvalue, "contour", 7) == 0; termvalue 354 lib/tty/tty.c const char *termvalue; termvalue 356 lib/tty/tty.c termvalue = getenv ("TERM"); termvalue 372 lib/tty/tty.c if (strcmp (termvalue, "cygwin") == 0) termvalue 393 lib/tty/tty.c if (strncmp (termvalue, "rxvt", 4) == 0 termvalue 395 lib/tty/tty.c || strcmp (termvalue, "Eterm") == 0)