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.2.235 < prev    next >
Encoding:
Internet Message Format  |  2004-02-03  |  1.4 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.2.235 (extra)
  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.2.235 (extra)
  11. Problem:    Win32: Cursor isn't removed with a 25x80 window and doing:
  12.         "1830ia<Esc>400a-<Esc>0w0". (Yasuhiro Matsumoto)
  13. Solution:   Remove the call to gui_undraw_cursor() from gui_mch_insert_lines().
  14. Files:        src/gui_w48.c
  15.  
  16.  
  17. *** ../vim-6.2.234/src/gui_w48.c    Wed Jan  1 01:32:06 2003
  18. --- src/gui_w48.c    Wed Feb  4 21:29:28 2004
  19. ***************
  20. *** 2454,2460 ****
  21.       ScrollWindowEx(s_textArea, 0, num_lines * gui.char_height,
  22.                       &rc, &rc, NULL, NULL, get_scroll_flags());
  23.   
  24. -     gui_undraw_cursor();    /* Is this really necessary? */
  25.       UpdateWindow(s_textArea);
  26.   
  27.       gui_clear_block(row, gui.scroll_region_left,
  28. --- 2454,2459 ----
  29. *** ../vim-6.2.234/src/version.c    Wed Feb  4 21:42:30 2004
  30. --- src/version.c    Wed Feb  4 21:43:23 2004
  31. ***************
  32. *** 639,640 ****
  33. --- 639,642 ----
  34.   {   /* Add new patch number below this line */
  35. + /**/
  36. +     235,
  37.   /**/
  38.  
  39. -- 
  40. Nothing is fool-proof to a sufficiently talented fool.
  41.  
  42.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  43. ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  44. \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  45.  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
  46.