- 29 Jan, 2018 1 commit
-
-
Benno Schulenberg authored
-
- 27 Jan, 2018 1 commit
-
-
Benno Schulenberg authored
After commit e739448c, macros should work also when ncurses produces escape sequences instead of keycodes.
-
- 23 Jan, 2018 1 commit
-
-
Benno Schulenberg authored
-
- 14 Jan, 2018 1 commit
-
-
Benno Schulenberg authored
And reword some things about translations and Unicode support.
-
- 02 Jan, 2018 1 commit
-
-
Benno Schulenberg authored
-
- 06 Dec, 2017 1 commit
-
-
Benno Schulenberg authored
The option now causes nano to trim trailing whitespace also when hardwrapping occurs while the user is typing.
-
- 27 Nov, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 18 Nov, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 17 Nov, 2017 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 13 Nov, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 02 Nov, 2017 1 commit
-
-
Benno Schulenberg authored
If the user uses a single version of nano, they have no need for --quiet. If they do sometimes use an older version and don't want to see the warnings, they can use 2>/dev/null (they could make an alias for that and put it before the call of nano).
-
- 25 Oct, 2017 1 commit
-
-
David Lawrence Ramsey authored
List "browser", "pageup" and "pagedown" in the manuals; the first because it matches "speller", and the latter two because they are what these functions are commonly known by. The names "tofiles", "prevpage" and "nextpage" are now undocumented, but they are still recognized by the code, as they match the tags for these functions.
-
- 19 Oct, 2017 1 commit
-
-
David Lawrence Ramsey authored
-
- 15 Oct, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 14 Oct, 2017 2 commits
-
-
Benno Schulenberg authored
^S will be the first thing people will try for saving a file, and ^Q is somewhat mnemonic because it is to the left of ^W: it searches backward. Make these keystrokes available also in the tiny version.
-
Benno Schulenberg authored
-
- 12 Oct, 2017 1 commit
-
-
Benno Schulenberg authored
Date and version are updated to match each release, so the user does not have to wonder whether the man page really describes the binary. Also remove a bit of superfluous markup.
-
- 19 Sep, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 13 Sep, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 12 Sep, 2017 1 commit
-
-
David Lawrence Ramsey authored
This is no longer accurate.
-
- 27 Aug, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 14 Aug, 2017 1 commit
-
-
Benno Schulenberg authored
So that these functions have bindings by default, and easy bindings. Add them to the help viewer too, so that searching backward becomes possible there.
-
- 08 Aug, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 06 Aug, 2017 2 commits
-
-
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.
-
David Lawrence Ramsey authored
-
- 21 Jul, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 15 Jul, 2017 1 commit
-
-
Benno Schulenberg authored
And reword them too, so that it is clearer what the mechanism is for determining which syntax to use for a file.
-
- 14 Jul, 2017 4 commits
-
-
Benno Schulenberg authored
Rename the corresponding rc-file option too, of course.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
And in the bargain improve some mark-up here and there.
-
Benno Schulenberg authored
-
- 13 Jul, 2017 3 commits
-
-
Benno Schulenberg authored
And rewrap the feature toggles, so that a title does not start a sentence.
-
Benno Schulenberg authored
And refer backward instead of forward.
-
Benno Schulenberg authored
-
- 07 Jul, 2017 4 commits
-
-
Benno Schulenberg authored
In nano, -a is only effective when also -$ is given, so this will not conflict with Pico since Pico does not know the -$ option.
-
David Lawrence Ramsey authored
Extend get_softwrap_breakpoint() to break softwrapped lines on whitespace when a flag is set. This flag is controlled by the new rcfile option "atblanks". The '>' characters marking two-column characters at the edge of the screen are disabled when it's on. If get_softwrap_breakpoint() can't find whitespace in screen range, it will break the line on the screen edge. (In this case, a blank can be on the last column of the screen, but text can't, so that a blank on the last column doesn't become invisible and possibly break the display.) This fulfills https://savannah.gnu.org/bugs/index.php?49959 . Requested-by:
Nicholas Boel <axxisd@gmail.com>
-
David Lawrence Ramsey authored
-
Benno Schulenberg authored
Also remove the backslashes from the two syntaxes that contained them. This completes the fix for https://savannah.gnu.org/bugs/?51370.
-
- 03 Jul, 2017 1 commit
-
-
Benno Schulenberg authored
-