nano-devel
[Top][All Lists]
Advanced

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

[Nano-devel] [PATCH] browser: inaccessible directory remains unselected


From: Rishabh Dave
Subject: [Nano-devel] [PATCH] browser: inaccessible directory remains unselected when tabbed in goto directory prompt
Date: Fri, 1 Jul 2016 01:07:59 +0530

Hello,

Patch for the bug - https://savannah.gnu.org/bugs/index.php?48353 - is attached.

Basically, path returned by functions responsible for tab completion
has a slash at the end while path in filelist[selected] never has.
Thus, strings holding same path are unequal only due to a slash. This
is the cause to why inaccessible directory is not selected if tab is
used.

Attachment: select-even-after-tab-copletion-in-goto-dir-prompt.patch
Description: Text Data


reply via email to

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