nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] [PATCH v2] moving: add functions to jump to previous or


From: Benno Schulenberg
Subject: Re: [Nano-devel] [PATCH v2] moving: add functions to jump to previous or following block of text
Date: Sat, 02 Jul 2016 17:38:53 +0200

On Sat, Jul 2, 2016, at 14:50, Benno Schulenberg wrote:
> And hard-bind the keys Ctrl+Up and Ctrl+Down to these functions.
>  
> +#ifndef NANO_TINY
> +    const char *nano_prevblock_msg = N_("Go to previous block of text");
> +    const char *nano_nextblock_msg = N_("Go to next block of text");
> +#endif

Now works on VTE-based terminals and xterm.  Will not work on a
Linux console.  Testing on Konsole and other terminals is welcome.

Benno

-- 
http://www.fastmail.com - mmm... Fastmail...




reply via email to

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