home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 6.0.127 < prev    next >
Encoding:
Internet Message Format  |  2002-01-10  |  1.5 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.0.127
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=ISO-8859-1
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 6.0.127
  11. Problem:    When using a terminal that swaps screens and the Normal background
  12.         color has a different background, using an external command may
  13.         cause the color of the wrong screen to be changed. (Mark Waggoner)
  14. Solution:   Don't call screen_stop_highlight() in stoptermcap().
  15. Files:        src/term.c
  16.  
  17.  
  18. *** ../vim60.126/src/term.c    Sun Nov  4 18:45:17 2001
  19. --- src/term.c    Fri Jan 11 20:49:29 2002
  20. ***************
  21. *** 3132,3138 ****
  22.       void
  23.   starttermcap()
  24.   {
  25. -     screen_stop_highlight();
  26.       if (full_screen && !termcap_active)
  27.       {
  28.       out_str(T_TI);            /* start termcap mode */
  29. --- 3132,3137 ----
  30. *** ../vim60.126/src/version.c    Fri Jan 11 13:03:17 2002
  31. --- src/version.c    Fri Jan 11 20:49:38 2002
  32. ***************
  33. *** 608,609 ****
  34. --- 608,611 ----
  35.   {   /* Add new patch number below this line */
  36. + /**/
  37. +     127,
  38.   /**/
  39.  
  40. -- 
  41. ARTHUR:    ... and I am your king ....
  42. OLD WOMAN: Ooooh!  I didn't know we had a king.  I thought we were an
  43.            autonomous collective ...
  44.                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
  45.  
  46.  ///  Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net  \\\
  47. (((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  48.  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///
  49.