[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nano-devel] problems compiling....
From: |
Ken Tyler |
Subject: |
Re: [Nano-devel] problems compiling.... |
Date: |
Wed, 26 Jun 2002 23:02:11 +1000 |
> On Tue, Jun 25, 2002 at 01:41:11PM +1000, Ken Tyler wrote:
> > Just about to report a bug with repeated ALT-P causing nano to crash.
> My patch fixes this M-P bug. The problem is that nano.c:do_toggle() calls
> shortcut_init(), which frees and reallocates the toggles. Then later in
> do_toggle(), the old toggle's description text is written to the status
> bar. The fix is to make global.c:toggle_init() leave the toggles alone if
> they are already allocated.
OK, good one ! But I have to sort out the compiling problem first...
Ken.