slang-users mailing list

[2002 Date Index] [2002 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: slcurses wgetch() behavior


On Wed, Jan 09, 2002 at 03:17:28AM -0500, John E. Davis wrote:
> Glenn Maynard <g_slang@xxxxxxxx> wrote:
> >Have you written this fix?  I'm using Debian's mutt-utf8 package, which
> 
> Yes, but I would appreciate it if you test it before I release it.
> The following set of diffs affect 3 files: slcurses.[ch] and
> slkeypad.c.  Let me know if this solves your problem.  Thanks, --John

I had to do this in SLcurses_wgetch:

    if ((w->delay_off == -1) ||
+       Keyboard_Buffer_Stop != Keyboard_Buffer_Start ||
        SLang_input_pending (w->delay_off))

With that, it seems to work fine.  Thanks.

-- 
Glenn Maynard


[2002 date index] [2002 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]