emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/term.c,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/term.c,v
Date: Fri, 07 Sep 2007 03:56:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/09/07 03:56:26

Index: term.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/term.c,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -b -r1.196 -r1.197
--- term.c      4 Sep 2007 23:28:46 -0000       1.196
+++ term.c      7 Sep 2007 03:56:25 -0000       1.197
@@ -3130,6 +3130,9 @@
 #if defined (USG) && !defined (BSD_PGRPS)
       setpgrp ();
       no_controlling_tty = 1;
+#elif defined (CYGWIN)
+      setsid ();
+      no_controlling_tty = 1;
 #else
 #ifdef TIOCNOTTY                /* Try BSD ioctls. */
       sigblock (sigmask (SIGTTOU));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]