]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/term.c (init_tty): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Thu, 11 Nov 2021 14:58:47 +0000 (16:58 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 11 Nov 2021 14:58:47 +0000 (16:58 +0200)
src/term.c

index fd8db5349dffa733d2ba82c6b1ce33a6560cfd3e..b4f3dfc25e41aa6d82c693dd8632d65e51d1c076 100644 (file)
@@ -4155,7 +4155,7 @@ use the Bourne shell command 'TERM=...; export TERM' (C-shell:\n\
        /* Fall back to xterm+direct (semicolon version) if Tc is set
           (de-facto standard introduced by tmux) or if requested by
           the COLORTERM environment variable.  */
-       else if ((tigetflag ("Tc") != -1)
+       else if ((tigetflag ("Tc") > 0)
                 || ((bg = getenv ("COLORTERM")) != NULL
                     && strcasecmp (bg, "truecolor") == 0))
          {