- 04 Feb, 2018 2 commits
-
-
Benno Schulenberg authored
This brings it in line with the other three "flip" toggles.
-
Benno Schulenberg authored
-
- 29 Jan, 2018 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 28 Jan, 2018 3 commits
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?52997.
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?52972 . Reported-by:
Brand Huntsman <alpha@qzx.com>
-
Benno Schulenberg authored
-
- 27 Jan, 2018 7 commits
-
-
Benno Schulenberg authored
When a fragment of help text does not contain any whitespace that we can wrap at, just advance the pointer, because returning zero would mean we stay forever at the same place: nano would hang.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
After commit e739448c, macros should work also when ncurses produces escape sequences instead of keycodes.
-
Benno Schulenberg authored
So one doesn't find it when grepping for get_input().
-
- 26 Jan, 2018 2 commits
-
-
Benno Schulenberg authored
Reported-by:
Tom Levy <tomlevy93@gmail.com>
-
Benno Schulenberg authored
That is, call display_string() just on the filename, not on the rest of the prompt text. This fixes https://savannah.gnu.org/bugs/?52967 . Reported-by:
Andreas Schamanek <schamane@fam.tuwien.ac.at>
-
- 24 Jan, 2018 4 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
And one for me, for the much changed keyboard stuff.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Also, actually add the long option --trimblanks to the table.
-
- 23 Jan, 2018 9 commits
-
-
Benno Schulenberg authored
This fixes the second part of https://savannah.gnu.org/bugs/?52960.
-
Benno Schulenberg authored
This fixes the first part of https://savannah.gnu.org/bugs/?52960.
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?52930 . Reported-by:
Michail Tsiolkas <mtsio@cryptolab.net>
-
Benno Schulenberg authored
Also, reshuffle a case, to put the short one first and lose a line.
-
Benno Schulenberg authored
Instead of assuming that the entire contents of the keybuffer are an escape sequence (even if this is far longer than any escape sequence can be), remove from the keybuffer only those integers that actually constituted a sequence, valid or invalid. This fixes https://savannah.gnu.org/bugs/?48659.
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?52943.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Trimming trailing spaces is good, but we should not trim the space (or tab or other blank) that the user just typed and that caused the hard-wrapping to occur. This fixes https://savannah.gnu.org/bugs/?52948 . Reported-by:
Andreas Schamanek <schamane@fam.tuwien.ac.at>
-
- 22 Jan, 2018 1 commit
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?52925 . Reviewed-by:
Brand Huntsman <alpha@qzx.com>
-
- 20 Jan, 2018 1 commit
-
-
Benno Schulenberg authored
-
- 19 Jan, 2018 4 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
And rewrap some lines, three of them to make them equal to another.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
At that point, ptr will necessarily point at EOL -- *ptr == '\0'.
-
- 16 Jan, 2018 1 commit
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?52896 . Reported-by:
Miki Strange <mik@mikistrange.com> Tested-by:
Miki Strange <mik@mikistrange.com>
-
- 15 Jan, 2018 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
It will be reallocated soon enough when the size increases again.
-