[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nano-devel] [PATCH] browser: remove opendir() for KEY_WINCH
From: |
Rishabh Dave |
Subject: |
Re: [Nano-devel] [PATCH] browser: remove opendir() for KEY_WINCH |
Date: |
Mon, 27 Jun 2016 23:53:17 +0530 |
Please ignore previously attached patch and consider this one. They
are same technically; only removing comments that were not so relevant
and making ones that I added more precise.
Sorry for any inconvenience.
On Mon, Jun 27, 2016 at 11:40 PM, Rishabh Dave <address@hidden> wrote:
> Hello,
>
> We simulate/use KEY_WINCH at 2 places (both in the big if-else-else
> statement in browser): (i) total_refresh and (ii) do_help_void. So, I
> made arrangements at both places individually and then wrote a "goto
> read_directory_contents" to reopen and re-enter current working
> directory.
>
> For response to changes in terminal window's size (i.e. kbinput equals
> KEY_WINCH) only "goto read_directory_contents" statement was enough.
> All other changes are merely small adjustments or adaption.
remove-opendir-for-key_winch1.patch
Description: Text Data