- 09 May, 2017 1 commit
-
-
Benno Schulenberg authored
Also, allow rebinding the word and block jumping functions in the tiny version when nanorc files are reenabled.
-
- 01 May, 2017 2 commits
-
-
Benno Schulenberg authored
Also, trim some comments and avoid an unused-variable warning.
-
Benno Schulenberg authored
-
- 19 Apr, 2017 1 commit
-
-
Benno Schulenberg authored
It takes almost no code and is a useful little improvement over Pico.
-
- 17 Apr, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 09 Apr, 2017 1 commit
-
-
Benno Schulenberg authored
The interval 2013-2017 for the Free Software Foundation is valid because in those years there were releases with changes by either Chris or David, and the GNU maintainers guide advises to mention a new year in all files of a package, not just in the ones that actually changed, and be done with it for the rest of the year.
-
- 22 Mar, 2017 1 commit
-
-
David Lawrence Ramsey authored
These improvements will eventually make do_home() and do_end() take parameters. Since the global function lists can hold only functions without parameters, preemptively add do_home_void() and do_end_void(), and make the global function lists use them.
-
- 16 Mar, 2017 1 commit
-
-
Benno Schulenberg authored
This addresses a followup of https://savannah.gnu.org/bugs/?50362 . Reported-by:
Mike Frysinger <vapier@gentoo.org>
-
- 06 Mar, 2017 2 commits
-
-
Hans-Bernhard Broeker authored
The platform's default char type might be signed, which could cause problems in 8-bit locales. This addresses https://savannah.gnu.org/bugs/?50289 . Reported-by:
Hans-Bernhard Broeker <HBBroeker@T-Online.de>
-
Mike Frysinger authored
Now that we pull in the gnulib regex module, we can assume it exists.
-
- 16 Feb, 2017 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
As a small service to the user, reject empty regex strings, because an entirely empty regex simply doesn't make sense. Inspired-by:
Elia Geretto <elia.f.geretto@gmail.com>
-
- 11 Jan, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 07 Dec, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 27 Nov, 2016 4 commits
-
-
Benno Schulenberg authored
Achieve this elegantly by factoring out the reading of one rcfile.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Also remove some unneeded prototypes, adjust some comments, and move a constant definition to the top of the file.
-
- 26 Nov, 2016 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Also improve or correct some comments.
-
- 13 Nov, 2016 1 commit
-
-
Benno Schulenberg authored
Otherwise the user can override a 'set nowrap' in /etc/nanorc only via the command line. This fixes https://savannah.gnu.org/bugs/?49593 reported by Shirish.
-
- 20 Oct, 2016 2 commits
-
-
Benno Schulenberg authored
-
Faissal Bensefia authored
It can be activated with --linenumbers on the command line or with 'set linenumbers' in a nanorc file, and it can be toggled with M-#. Signed-off-by:
Faissal Bensefia <faissaloo@gmail.com> Signed-off-by:
Benno Schulenberg <bensberg@justemail.net>
-
- 18 Oct, 2016 1 commit
-
-
Benno Schulenberg authored
Instead of figuring them out from the string. This is possible because those dedicated editing keys cannot be rebound anyway.
-
- 11 Oct, 2016 1 commit
-
-
Rishabh Dave authored
Also, show in green only the ^ and M- combinations that are valid. This fixes https://savannah.gnu.org/bugs/?49097 . Signed-off-by:
Rishabh Dave <rishabhddave@gmail.com> Signed-off-by:
Benno Schulenberg <bensberg@justemail.net>
-
- 14 Sep, 2016 1 commit
-
-
Rishabh Dave authored
Meta keys should have a dash as second character, and apart from ^Space and M-Space key names should be at most two or three characters long. This fixes https://savannah.gnu.org/bugs/?44688 . Reviewed-by:
Benno Schulenberg <bensberg@justemail.net> Signed-off-by:
Rishabh Dave <rishabhddave@gmail.com>
-
- 13 Sep, 2016 1 commit
-
-
Benno Schulenberg authored
And also case-sensitive searches, backward searches, and searching again.
-
- 11 Sep, 2016 1 commit
-
-
Benno Schulenberg authored
This lets users of braille displays find the selected item immediately. This fulfills a request by Enrico Mioso. See https://lists.gnu.org/archive/html/nano-devel/2016-09/msg00025.html.
-
- 02 Sep, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 29 Aug, 2016 2 commits
-
-
Benno Schulenberg authored
Mentioning "GNU nano" instead of "This program" and referring to the website instead of to a postal address.
-
Benno Schulenberg authored
-
- 30 Jul, 2016 3 commits
-
-
Benno Schulenberg authored
The keycode is not a sequence; it is a single integer value.
-
Benno Schulenberg authored
And instead of using two key types, just use a bool to indicate whether a keystroke involves Meta.
-
Benno Schulenberg authored
After initialization, the type of a key is never used nor needed (other than for meta keys).
-
- 22 Jul, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 13 Jul, 2016 2 commits
-
-
Benno Schulenberg authored
This allows the user to specify which other characters, besides the default alphanumeric ones, should be considered as part of a word, so that word operations like Ctrl+Left and Ctrl+Right will pass them by. Using this option overrides the option --wordbounds. This fulfills https://savannah.gnu.org/bugs/?47283.
-
Benno Schulenberg authored
-
- 25 May, 2016 1 commit
-
-
Mike Scalora authored
This allows for commenting or uncommenting a line or a bunch of lines with a single keystroke (default binding: M-3). The characters used for commenting/uncommenting are specified by the active syntax file. Reviewed-by:
Benno Schulenberg <bensberg@justemail.net> Signed-off-by:
Mike Scalora <mike@scalora.org>
-
- 17 May, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 04 May, 2016 1 commit
-
-
Benno Schulenberg authored
-