- 15 Jan, 2018 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
It will be reallocated soon enough when the size increases again.
-
- 11 Jan, 2018 5 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Also drop an old debugging fragment.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
There shouldn't be two separate variables (but with the same name) that count the number of digits seen. Fuse them into a single static var. This fixes https://savannah.gnu.org/bugs/?52863.
-
- 10 Jan, 2018 5 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Use the same method as in parse_verbatim_kbinput() for Unicode input.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 09 Jan, 2018 1 commit
-
-
Benno Schulenberg authored
These three functions are needed only when both linter and speller are available.
-
- 29 Dec, 2017 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Each leading tab is converted to two tabs, and any leading four spaces is converted to one tab. The intended tab size (for keeping most lines within 80 columns) is now four.
-
Benno Schulenberg authored
-
- 26 Dec, 2017 2 commits
-
-
Benno Schulenberg authored
-
David Lawrence Ramsey authored
-
- 17 Dec, 2017 4 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?52651 . Reported-by:
David Lawrence Ramsey <pooka109@gmail.com>
-
Benno Schulenberg authored
-
David Lawrence Ramsey authored
The escape sequence "Esc [ Z" is a backtab on most supported terminals, so make sure convert_sequence() treats it as such.
-
- 16 Dec, 2017 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 12 Dec, 2017 1 commit
-
-
Benno Schulenberg authored
When the mark is on, instead of letting a <Tab> simply insert a Tab character at the cursor position, let it indent the marked region. Original-idea-by:
Chris Allegretta <chrisa@asty.org>
-
- 11 Dec, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 21 Nov, 2017 1 commit
-
-
Benno Schulenberg authored
The pointer not being NULL is enough indication that the mark is set. Also, rename the pointer from 'mark_begin' to simply 'mark', since the former is kind of pleonastic.
-
- 20 Nov, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 12 Nov, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 11 Nov, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 07 Nov, 2017 1 commit
-
-
David Lawrence Ramsey authored
Also, properly refer to numreplaced as signed, since it's ssize_t (even though it's only shown when positive).
-
- 01 Nov, 2017 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 30 Oct, 2017 1 commit
-
-
Benno Schulenberg authored
Initialize 'breaking_col' to what it needs to be when the current chunk consists of only a tab -- a tab that spreads across both start and end of the chunk -- so that the last 'if' can move into the preceding one, which allows the elision of 'char_len'.
-
- 25 Oct, 2017 1 commit
-
-
David Lawrence Ramsey authored
This fixes https://savannah.gnu.org/bugs/?52258 . Reported-by:
Peter Passchier <peter@passchier.net>
-
- 15 Oct, 2017 1 commit
-
-
Marco Diego Aurélio Mesquita authored
Allow the user to record and run a single macro. The default binding for starting and stopping the recording is M-: (Alt + colon) and for running the macro M-; (Alt + semicolon). This fulfills https://savannah.gnu.org/bugs/?50314 . Requested-by:
Peter Passchier <peter@passchier.net> Signed-off-by:
Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com> Signed-off-by:
Benno Schulenberg <bensberg@telfort.nl>
-
- 04 Oct, 2017 2 commits
-
-
Benno Schulenberg authored
This also removes a call of ungetch(), as it does not seem to be needed any more: nano does not lose a character when waking from suspension.
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?52149 . Reported-by:
David Lawrence Ramsey <pooka109@gmail.com>
-
- 26 Sep, 2017 2 commits
-
-
Benno Schulenberg authored
Inspired-by:
Mike Frysinger <vapier@gentoo.org> This kind of addresses https://savannah.gnu.org/bugs/?51685.
-
Benno Schulenberg authored
-