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
4a8130f2
Commit
4a8130f2
authored
May 28, 2002
by
Miles Bader
Browse files
C style fix.
parent
02f20f98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/term.c
src/term.c
+3
-2
No files found.
src/term.c
View file @
4a8130f2
/* Terminal control module for terminals described by TERMCAP
Copyright (C) 1985, 86, 87, 93, 94, 95, 98, 2000, 2001
Copyright (C) 1985, 86, 87, 93, 94, 95, 98, 2000, 2001
, 2002
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -1991,7 +1991,8 @@ turn_off_face (f, face_id)
capabilities in CAPS simultaneously, with foreground and background
colors FG and BG. */
int
tty_capable_p
(
f
,
caps
,
fg
,
bg
)
int
tty_capable_p
(
f
,
caps
,
fg
,
bg
)
struct
frame
*
f
;
unsigned
caps
;
unsigned
long
fg
,
bg
;
...
...
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