nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nano-devel] [PATCH] Window resize handling


From: Mahyar Abbaspour
Subject: Re: [Nano-devel] [PATCH] Window resize handling
Date: Sat, 16 May 2015 10:35:17 +0430

Hi Benno,

On Sun, May 10, 2015 at 4:35 PM, Benno Schulenberg <address@hidden> wrote:

There is still one little problem with the patch: immediately after
a ^J, the screen no longer adapts to changes in size.  Even when
I add a regenerate_screen() in the while (kbinput == KEY_WINCH);
loop.

It doesn't adapt the new size because we block the SIGWINCH signal
at the beginning of the do_justify() function. Can we delete unpartition_filestruct()
from the regenerate_screen() function and let SIGWINCH happen in do_justify() ?

--

Mahyar

reply via email to

[Prev in Thread] Current Thread [Next in Thread]