- 20 Aug, 2017 1 commit
-
-
Benno Schulenberg authored
This should have been added and amended in the previous commit -- my mistake.
-
- 19 Aug, 2017 1 commit
-
-
David Lawrence Ramsey authored
Also bind 'N' to a backward re-search, while retaining 'n' for a forward one, This matches the functionality in the help viewer.
-
- 13 Aug, 2017 2 commits
-
-
Benno Schulenberg authored
Further, slightly reword an error message so it is appropriate also when an out-of-bounds file is specified on the command line.
-
Benno Schulenberg authored
There is no need to retain the (relative) path that the user specified, so we can simply reuse that variable.
-
- 06 Aug, 2017 3 commits
-
-
Benno Schulenberg authored
-
David Lawrence Ramsey authored
The new option 'set selectedcolor' applies to marked text, to the currently selected file in the file browser, and to the highlighted match during interactive search-and-replace.
-
Benno Schulenberg authored
Without them, nano still compiles for me, with everything enabled, even when using --enable-debug, --enable-utf8, and --with-slang.
-
- 08 May, 2017 1 commit
-
-
Benno Schulenberg authored
Also, allow Ctrl+Left/Right with --enable-tiny --enable-browser.
-
- 01 May, 2017 1 commit
-
-
Benno Schulenberg authored
Also, trim some comments and avoid an unused-variable warning.
-
- 25 Apr, 2017 2 commits
-
-
Benno Schulenberg authored
And in the process transform the token DISABLE_HELP to ENABLE_HELP.
-
Benno Schulenberg authored
And allow 'N' for searching the next occurrence. Add the same keystrokes to the file browser too, for consistency.
-
- 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.
-
- 04 Apr, 2017 1 commit
-
-
Benno Schulenberg authored
Making ^Up and ^Down go to top and bottom row in the file browser complements and completes the behavior of ^Left and ^Right.
-
- 23 Mar, 2017 1 commit
-
-
Benno Schulenberg authored
"Q" is a pretty standard key to exit from something, and "X" is fairly mnemonic -- better than "E" at least.
-
- 20 Mar, 2017 2 commits
-
-
Benno Schulenberg authored
Most of these variables are freed moments later -- reallocating them is thus a waste of time.
-
Benno Schulenberg authored
-
- 12 Jan, 2017 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 08 Jan, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 03 Jan, 2017 2 commits
-
-
Benno Schulenberg authored
The conditionalizing saved negligible amounts of space, of memory, and of speed.
-
Benno Schulenberg authored
In that case setting the latter to TRUE is misleading. So don't do that.
-
- 25 Dec, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 22 Dec, 2016 3 commits
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?49884.
-
Benno Schulenberg authored
And certainly don't return zero when the key wouldn't have been found, because that would have meant jumping a word to the right.
-
Benno Schulenberg authored
Also, swap the logic around, to use less braces.
-
- 18 Dec, 2016 4 commits
-
-
Benno Schulenberg authored
Because changing anything to a null effectively means to truncate the name. This fixes https://savannah.gnu.org/bugs/?49868 and fixes https://savannah.gnu.org/bugs/?49874.
-
Benno Schulenberg authored
Most full paths are needed only temporarily and will be freed within milliseconds. Only 'full_operating_dir' and 'backup_dir' continue to exist for the whole current session. Any partition, too, will soon be unpartitioned, so the extra reallocation is just a waste of time.
-
Benno Schulenberg authored
It doesn't align anything -- any allocations are already aligned to whatever multiple is required -- it just shrinks the allocated space.
-
Benno Schulenberg authored
And which normally is just some ten or twenty characters long, and never gets wildly overallocated.
-
- 01 Dec, 2016 1 commit
-
-
David Lawrence Ramsey authored
This fixes https://savannah.gnu.org/bugs/?48622.
-
- 11 Sep, 2016 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
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.
-
- 03 Sep, 2016 1 commit
-
-
Benno Schulenberg authored
The prompt from which the browser was invoked has already blanked it.
-
- 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
-
- 26 Aug, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 30 Jul, 2016 1 commit
-
-
Benno Schulenberg authored
A keycode is either already in byte range (so there is nothing to do) or it is not and it shouldn't be (so there is nothing to do either).
-
- 13 Jul, 2016 2 commits
-
-
Benno Schulenberg authored
-
Rishabh Dave authored
Signed-off-by:
Rishabh Dave <rishabhddave@gmail.com>
-