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 124 lib/tty/tty.c || strncmp (termvalue, "xterm", 5) == 0 termvalue 125 lib/tty/tty.c || strncmp (termvalue, "konsole", 7) == 0 termvalue 126 lib/tty/tty.c || strncmp (termvalue, "rxvt", 4) == 0 termvalue 127 lib/tty/tty.c || strcmp (termvalue, "Eterm") == 0 termvalue 128 lib/tty/tty.c || strcmp (termvalue, "dtterm") == 0 termvalue 129 lib/tty/tty.c || strncmp (termvalue, "alacritty", 9) == 0 termvalue 130 lib/tty/tty.c || strncmp (termvalue, "foot", 4) == 0 termvalue 131 lib/tty/tty.c || strncmp (termvalue, "screen", 6) == 0 termvalue 132 lib/tty/tty.c || strncmp (termvalue, "tmux", 4) == 0 termvalue 133 lib/tty/tty.c || strncmp (termvalue, "contour", 7) == 0; termvalue 356 lib/tty/tty.c const char *termvalue; termvalue 358 lib/tty/tty.c termvalue = getenv ("TERM"); termvalue 374 lib/tty/tty.c if (strcmp (termvalue, "cygwin") == 0) termvalue 395 lib/tty/tty.c if (strncmp (termvalue, "rxvt", 4) == 0 || termvalue 397 lib/tty/tty.c strcmp (termvalue, "Eterm") == 0)