nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] [PATCH] enable searching (^W) in a help text (^G)


From: Rishabh Dave
Subject: Re: [Nano-devel] [PATCH] enable searching (^W) in a help text (^G)
Date: Sat, 10 Dec 2016 18:14:52 +0530

Attached patch solves the entire problem (of staying in same place
when window size changes). It stays roughly in same area when window
size is changed horizontally and stays at exactly same place when
window size changes vertically. To solve the problem I reported in
previous mail, I have changed my approach; now nano simply does a
total_refresh() when window size changes vertically.

If this scrolling issue is entirely over, I only see one major issue:
making nano compile when configured with --disable-multibuffer. And
about this one.. I seriously have no idea of how to fix it, except for
what I proposed before (which was to reuse the buffer and add some
extra code to save the correct file if nano dies while displaying the
help text).

Attachment: 0001-help-stay-in-same-place-when-window-size-changes.patch
Description: Text Data


reply via email to

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