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
4f6f6806
Commit
4f6f6806
authored
Jul 25, 2008
by
Chong Yidong
Browse files
(syms_of_term): Initialize default_orig_pair, default_set_foreground,
and default_set_background.
parent
736dc04f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/term.c
src/term.c
+3
-0
No files found.
src/term.c
View file @
4f6f6806
...
...
@@ -2782,6 +2782,9 @@ bigger, or it may make it blink, or it may do nothing at all. */);
defsubr
(
&
Stty_no_underline
);
fullscreen_hook
=
NULL
;
default_orig_pair
=
NULL
;
default_set_foreground
=
NULL
;
default_set_background
=
NULL
;
}
/* arch-tag: 498e7449-6f2e-45e2-91dd-b7d4ca488193
...
...
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