emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/msdos.c,v
Date: Sat, 15 Nov 2008 16:19:29 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/11/15 16:19:29

Index: msdos.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/msdos.c,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -b -r1.227 -r1.228
--- msdos.c     14 Nov 2008 13:05:35 -0000      1.227
+++ msdos.c     15 Nov 2008 16:19:28 -0000      1.228
@@ -4749,6 +4749,7 @@
   if (have_mouse > 0)
     mouse_get_xy (&x, &y);
 
+  if (!noninteractive)
   dos_ttcooked ();     /* do it here while 0 = stdin */
 
   dup2 (tempin, 0);
@@ -4809,6 +4810,7 @@
   emacs_close (outbak);
   emacs_close (errbak);
 
+  if (!noninteractive)
   dos_ttraw (CURTTY ());
   if (have_mouse > 0)
     {
@@ -4819,6 +4821,7 @@
   /* Some programs might change the meaning of the highest bit of the
      text attribute byte, so we get blinking characters instead of the
      bright background colors.  Restore that.  */
+  if (!noninteractive)
   bright_bg ();
 
  done:




reply via email to

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