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: Benno Schulenberg
Subject: Re: [Nano-devel] [PATCH] scrolling: add a function and key binding to center the cursor line
Date: Sat, 30 Apr 2016 16:57:39 +0200

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




reply via email to

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