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
f11352e6
Commit
f11352e6
authored
Mar 10, 2014
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lib-src/emacsclient.c (main): #ifdef out previous change on Windows.
parent
8cf07e5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lib-src/emacsclient.c
lib-src/emacsclient.c
+2
-0
No files found.
lib-src/ChangeLog
View file @
f11352e6
2014-03-10 Juanma Barranquero <lekktu@gmail.com>
* emacsclient.c (main): #ifdef out previous change on Windows.
2014-03-09 Paul Eggert <eggert@cs.ucla.edu>
Fix emacsclient terminal corruption when in background (Bug#16892).
...
...
lib-src/emacsclient.c
View file @
f11352e6
...
...
@@ -1556,6 +1556,7 @@ main (int argc, char **argv)
exit
(
EXIT_FAILURE
);
}
#ifndef WINDOWSNT
if
(
tty
)
{
pid_t
pgrp
=
getpgrp
();
...
...
@@ -1563,6 +1564,7 @@ main (int argc, char **argv)
if
(
0
<=
tcpgrp
&&
tcpgrp
!=
pgrp
)
kill
(
-
pgrp
,
SIGTTIN
);
}
#endif
/* !WINDOWSNT */
/* If alternate_editor is the empty string, start the emacs daemon
in case of failure to connect. */
...
...
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