Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2c082ce8
Commit
2c082ce8
authored
Nov 11, 2021
by
Eli Zaretskii
Browse files
; * src/term.c (init_tty): Fix last change.
parent
4a261ce9
Pipeline
#13836
failed with stages
in 595 minutes and 17 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/term.c
src/term.c
+1
-1
No files found.
src/term.c
View file @
2c082ce8
...
...
@@ -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
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment