Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5a6ef893
Commit
5a6ef893
authored
May 29, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(XTring_bell): Do nothing if x_current_connection is 0.
parent
dfda7a7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/xterm.c
src/xterm.c
+3
-0
No files found.
src/xterm.c
View file @
5a6ef893
...
...
@@ -830,6 +830,9 @@ XTflash (f)
XTring_bell
()
{
if
(
x_current_display
==
0
)
return
;
#if defined (HAVE_TIMEVAL) && defined (HAVE_SELECT)
if
(
visible_bell
)
XTflash
(
selected_frame
);
...
...
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