- 04 Dec, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 03 Dec, 2016 2 commits
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?49750.
-
Benno Schulenberg authored
-
- 02 Dec, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 01 Dec, 2016 6 commits
-
-
Benno Schulenberg authored
Modern VTE-based terminals now produce codes for those keys and no longer swallow them when nano is active. This addresses https://savannah.gnu.org/bugs/?49746.
-
Benno Schulenberg authored
There is no need for that -- it just causes flicker. This fixes https://savannah.gnu.org/bugs/?49742.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Only when doing replacements does the edit window need a refresh: for every new spotlight. So, do the update request in the latter routine.
-
Benno Schulenberg authored
(The previous commit fixed https://savannah.gnu.org/bugs/?49737.)
-
David Lawrence Ramsey authored
This fixes https://savannah.gnu.org/bugs/?48622.
-
- 30 Nov, 2016 4 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 29 Nov, 2016 2 commits
-
-
David Lawrence Ramsey authored
For UTF-8 support under Slang, at least Slang 2.0 is needed. And glib2 is also used for snprintf() if it's unavailable.
-
David Lawrence Ramsey authored
Achieve this by reusing the code that gives feedback when trying to save a buffer while using --tempfile and the file has no name yet. This fixes https://savannah.gnu.org/bugs/?48622.
-
- 27 Nov, 2016 5 commits
-
-
David Lawrence Ramsey authored
Also for Delete, End, PageUp and PageDown (on some terminals) the last byte in the sequence needs to be checked. This fixes https://savannah.gnu.org/bugs/?49710.
-
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 6 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Also improve or correct some comments.
-
Benno Schulenberg authored
If it would, the returned file descriptor would make nano crash, because the corresponding stream has not been opened. And when returning zero instead (as the code did originally), nano would open an empty buffer, although it claims to be reading the file. In short: I think this is a leftover of an attempted fix of https://savannah.gnu.org/bugs/?25297, from commit 2823c99e.
-
Benno Schulenberg authored
That is: when --rebindkeypad is in effect -- without this option they were already getting distinguished.
-
Benno Schulenberg authored
Both would jump a word to the left -- now each jumps a word in the proper direction.
-
David Lawrence Ramsey authored
This fixes https://savannah.gnu.org/bugs/?49636.
-
- 23 Nov, 2016 2 commits
-
-
Mike Frysinger authored
We should avoid defining color schemes that are unreadable on common white-on-black or black-on-white terminals. Change the black in the autoconf error strings to brightred for that reason.
-
Mike Frysinger authored
When probing symbols provided by ncurses, use the sublibs that pkg-config reported in case they're needed (like when libtinfo is a sep library). URL: https://savannah.gnu.org/bugs/?49614
-
- 20 Nov, 2016 1 commit
-
-
Benno Schulenberg authored
In addition, tweak some of the wording.
-
- 17 Nov, 2016 2 commits
-
-
Benno Schulenberg authored
Kind-of-discovered-by:
Markus Bergholz <markuman@gmail.com>
-
Benno Schulenberg authored
Also when somehow key_defined() is missing. This fixes https://savannah.gnu.org/bugs/?49614 . Reported-by:
Mike Frysinger <vapier@gentoo.org>
-
- 14 Nov, 2016 1 commit
-
-
Mike Frysinger authored
- make version highlight less blindly greedy and conform to real versions - move version matching before USE matching to avoid hitting USE flags that look like versions - change USE regex to match the Gentoo PMS - extend arch match to include more keywords - make category matching more restrictive to avoid false positives - drop operators =< and => that Gentoo doesn't support URL: https://savannah.gnu.org/bugs/?49569 Reported-by:
Konstantin Shakhnov <kastian@mail.ru>
-
- 13 Nov, 2016 4 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
(Bug was introduced yesterday, by commit a4132e2e.)
-
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.
-
Benno Schulenberg authored
This fixes the two bugs reported by Anton Minaev in https://savannah.gnu.org/bugs/?49511.
-
- 12 Nov, 2016 2 commits
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?49530.
-
Benno Schulenberg authored
Also, don't use ignore-case for things that don't contain letters.
-
- 30 Oct, 2016 1 commit
-
-
Benno Schulenberg authored
Also replace some backslashed spaces because they hinder the justification of the man page.
-