To: [email protected]
Subject: Patch 6.1b.017
Fcc: outbox
From: Bram Moolenaar <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
------------

Patch 6.1b.017
Problem:    GUI: When using ":shell" and there is a beep, nothing happens.
Solution:   Call vim_beep() to produce the beep from the shell. (Yasuhiro
           Matsumoto)
Files:      src/message.c


*** ../vim61b.016/src/message.c Fri Mar 15 21:40:01 2002
--- src/message.c       Fri Mar 15 21:36:35 2002
***************
*** 1798,1803 ****
--- 1798,1805 ----
               msg_screen_putchar(' ', attr);
           while (msg_col & 7);
       }
+       else if (*s == BELL)        /* beep (from ":sh") */
+           vim_beep();
 #ifdef FEAT_MBYTE
       else if (has_mbyte && (l = (*mb_ptr2len_check)(s)) > 1)
           s = screen_puts_mbyte(s, l, attr) - 1;
*** ../vim61b.016/src/version.c Fri Mar 15 22:22:17 2002
--- src/version.c       Sat Mar 16 11:45:30 2002
***************
*** 608,609 ****
--- 608,611 ----
 {   /* Add new patch number below this line */
+ /**/
+     17,
 /**/

--
BLACK KNIGHT:  I move for no man.
ARTHUR:        So be it!
   [hah] [parry thrust]
   [ARTHUR chops the BLACK KNIGHT's left arm off]
ARTHUR:        Now stand aside, worthy adversary.
BLACK KNIGHT:  'Tis but a scratch.
                                 The Quest for the Holy Grail (Monty Python)

///  Bram Moolenaar -- [email protected] -- http://www.moolenaar.net  \\\
///   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   \\\
\\\           Project leader for A-A-P -- http://www.a-a-p.org           ///
\\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///