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
4b311aaf
Commit
4b311aaf
authored
Jun 13, 1994
by
Richard M. Stallman
Browse files
(init_sys_modes): Don't call set_terminal_modes
if using a window system.
parent
97dfc68c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/sysdep.c
src/sysdep.c
+3
-1
No files found.
src/sysdep.c
View file @
4b311aaf
...
@@ -1344,7 +1344,9 @@ init_sys_modes ()
...
@@ -1344,7 +1344,9 @@ init_sys_modes ()
#else
#else
setbuf
(
stdout
,
_sobuf
);
setbuf
(
stdout
,
_sobuf
);
#endif
#endif
set_terminal_modes
();
if
(
!
read_socket_hook
&&
EQ
(
Vwindow_system
,
Qnil
))
set_terminal_modes
();
if
(
term_initted
&&
no_redraw_on_reenter
)
if
(
term_initted
&&
no_redraw_on_reenter
)
{
{
if
(
display_completed
)
if
(
display_completed
)
...
...
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