0f52493
To: vim-dev@vim.org
0f52493
Subject: Patch 7.2.001
0f52493
Fcc: outbox
0f52493
From: Bram Moolenaar <Bram@moolenaar.net>
0f52493
Mime-Version: 1.0
0f52493
Content-Type: text/plain; charset=ISO-8859-1
0f52493
Content-Transfer-Encoding: 8bit
0f52493
------------
0f52493
0f52493
Patch 7.2.001
0f52493
Problem:    Mac: pseudo-ttys don't work properly on Leopard, resulting in the
0f52493
            shell not to have a prompt, CTRL-C not working, etc.
0f52493
Solution:   Don't use SVR4 compatible ptys, even though they are detected.
0f52493
            (Ben Schmidt)
0f52493
Files:      src/pty.c
0f52493
0f52493
0f52493
*** ../vim-7.2.000/src/pty.c	Wed Aug  6 19:04:29 2008
0f52493
--- src/pty.c	Fri Aug 15 04:00:34 2008
0f52493
***************
0f52493
*** 270,278 ****
0f52493
  }
0f52493
  #endif
0f52493
  
0f52493
! #if defined(HAVE_SVR4_PTYS) && !defined(PTY_DONE) && !defined(hpux)
0f52493
  
0f52493
! /* NOTE: Even though HPUX can have /dev/ptmx, the code below doesn't work! */
0f52493
  #define PTY_DONE
0f52493
      int
0f52493
  OpenPTY(ttyn)
0f52493
--- 270,279 ----
0f52493
  }
0f52493
  #endif
0f52493
  
0f52493
! #if defined(HAVE_SVR4_PTYS) && !defined(PTY_DONE) && !defined(hpux) && !defined(MACOS_X)
0f52493
  
0f52493
! /* NOTE: Even though HPUX can have /dev/ptmx, the code below doesn't work!
0f52493
!  * Same for Mac OS X Leopard. */
0f52493
  #define PTY_DONE
0f52493
      int
0f52493
  OpenPTY(ttyn)
0f52493
*** ../vim-7.2.000/src/version.c	Sat Aug  9 19:37:37 2008
0f52493
--- src/version.c	Sun Aug 17 22:56:25 2008
0f52493
***************
0f52493
*** 678,679 ****
0f52493
--- 678,681 ----
0f52493
  {   /* Add new patch number below this line */
0f52493
+ /**/
0f52493
+     1,
0f52493
  /**/
0f52493
0f52493
-- 
0f52493
ARTHUR:       Now stand aside worthy adversary.
0f52493
BLACK KNIGHT: (Glancing at his shoulder) 'Tis but a scratch.
0f52493
ARTHUR:       A scratch?  Your arm's off.
0f52493
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
0f52493
0f52493
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
0f52493
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
0f52493
\\\        download, build and distribute -- http://www.A-A-P.org        ///
0f52493
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///