nano-devel
[Top][All Lists]
Advanced

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

[Nano-devel] [PATCH] browser: remove opendir() for KEY_WINCH


From: Rishabh Dave
Subject: [Nano-devel] [PATCH] browser: remove opendir() for KEY_WINCH
Date: Mon, 27 Jun 2016 23:40:46 +0530

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.

Attachment: remove-opendir-for-key_winch.patch
Description: Text Data


reply via email to

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