nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] [PATCH] scrolling: add a function and key binding to ce


From: Chris Allegretta
Subject: Re: [Nano-devel] [PATCH] scrolling: add a function and key binding to center the cursor line
Date: Sat, 30 Apr 2016 15:06:06 -0400

Hey Benno,

This is what it's like sometimes as a developer. There's definitely a silent majority who don't comment unless they really like or hate something. I take silence to mean people are happy with what we already have.

My biggest problem is there's just too much to keep up with. But let me catch up tonight and then get the next pre-release out afterwards.

One thing that scrolled by that didn't sound too great to me was removing the version from the titlebar. I didn't check to see if that was conditional on the file name length, but on its face I didn't like the sound of it. I'll review that more closely and some of these others tonight. Thanks for the prod.

On Apr 30, 2016 10:58 AM, "Benno Schulenberg" <address@hidden> wrote:

On Wed, Apr 27, 2016, at 15:11, Benno Schulenberg wrote:
> +    const char *nano_center_msg =
> +     N_("Center the line where the cursor is");

> +/* Scroll the line with the cursor to the center of the screen. */
> +void do_center(void)
> +{
> +    edit_update(CENTERING);
> +    refresh_needed = TRUE;
> +}

No one who has an opinion on this?  Nor on any of the other patches
I posted?  Even a simple "like" or "dislike" would be appreciated.

Benno

--
http://www.fastmail.com - Accessible with your email software
                          or over the web


_______________________________________________
Nano-devel mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/nano-devel

reply via email to

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