- 07 Dec, 2016 4 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
(The variable 'pletion_line' is not conditionalized with this option, as it would become messy. The compiler will probably be able to elide it.) When using --enable-tiny, it is not possible to use --enable-wordcomp, because the word completion function uses the undo system.
-
Sumedh Pendurkar authored
Executing the 'complete_a_word' function will search from the start of the current buffer for entire words that begin with the fragment that is before the cursor, and will complete this fragment to the first word that is found. Each consecutive call of 'complete_a_word' will search for the next matching word and will complete the fragment to that. By default the function is bound to the ^] keystroke. Signed-off-by:
Sumedh Pendurkar <sumedh.pendurkar@gmail.com> Signed-off-by:
Benno Schulenberg <bensberg@justemail.net>
-
- 05 Dec, 2016 1 commit
-
-
Benno Schulenberg authored
But do it correctly this time: don't switch it on when replacing.
-
- 04 Dec, 2016 6 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
None of the prompts offer a total-refresh shortcut -- only the edit window, the help viewer, and the file browser provide this.
-
Benno Schulenberg authored
It's redundant because the call of total_refresh() wipes everything.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
At the very beginning of do_replace(), nothing has been changed or initialized yet, so there is nothing to refresh or clean up.
-
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.
-