nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] Softwrap navigation overhaul


From: David Ramsey
Subject: Re: [Nano-devel] Softwrap navigation overhaul
Date: Mon, 6 Feb 2017 22:06:40 -0600

...and now version 3b (argh).

This version:

- fixes a small logic error when checking if we've pasted less than a
screenful of text in do_uncut_text() (introduced when refactoring it to
scan backwards).

- removes and/or hopefully clears up more verbose comments.

- simplifies do_left() to use the same logic as do_right() when
scrolling, so the former no longer has to call current_is_above_screen()
and hence no longer has to call xplustabs() indirectly, which should
make it a bit faster.  Also, it avoids an unnecessary xplustabs() in
both.

Attachment: softwrap-navigation-overhaul-3b.zip
Description: Zip archive


reply via email to

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