<<< Date Index >>>     <<< Thread Index >>>

Pattern menu for ~<complete> (Re: Listing patterns in the help screen)



On Tue, Mar 15, 2005 at 10:43:06PM +0900, Tamotsu Takahashi wrote:
> A little improvement here:

Sorry, replace

> --- enter.c   2005-03-14 23:27:49.000000000 +0900
> +++ enter.c   2005-03-15 21:10:41.000000000 +0900
> @@ -211,6 +211,7 @@
>    {
>      /* Coming back after return 1 */
>      redraw = M_REDRAW_LINE;
> +    first = 0;
>    }
>    else
>    {

with this:

--- curs_lib.c~ Fri Feb  4 17:49:57 2005
+++ curs_lib.c  Tue Mar 15 23:30:02 2005
@@ -130,6 +130,7 @@
     mutt_refresh ();
     getyx (stdscr, y, x);
     ret = _mutt_enter_string (buf, buflen, y, x, complete, multiple, files, 
numfiles, es);
+    complete &= ~(M_CLEAR);
   }
   while (ret == 1);
   CLEARLINE (LINES-1);

Or get
http://www.momonga-linux.org/~tamo/patch-1.5.8.tamo.patterns.3

-- 
tamo