- 23 Oct, 2016 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 22 Oct, 2016 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Also mention the corresponding toggle (M-#).
-
Benno Schulenberg authored
-
- 21 Oct, 2016 4 commits
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?49406.
-
Benno Schulenberg authored
There is no need to look at this for every painted line, because the margin can only change when some key is struck.
-
Benno Schulenberg authored
Instead of doing this in two places: after interpreting shortcuts, and after injecting characters.
-
Benno Schulenberg authored
To prevent the display from getting messed up, making nano unusable.
-
- 20 Oct, 2016 2 commits
-
-
Benno Schulenberg authored
-
Faissal Bensefia authored
It can be activated with --linenumbers on the command line or with 'set linenumbers' in a nanorc file, and it can be toggled with M-#. Signed-off-by:
Faissal Bensefia <faissaloo@gmail.com> Signed-off-by:
Benno Schulenberg <bensberg@justemail.net>
-
- 18 Oct, 2016 3 commits
-
-
Benno Schulenberg authored
Instead of figuring them out from the string. This is possible because those dedicated editing keys cannot be rebound anyway.
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?49099, and fixes the unreported corresponding bugs for <End> and <Del> and typing extra characters.
-
Benno Schulenberg authored
So the softwrap code in do_down() can compute the correct amount to scroll. This fixes https://savannah.gnu.org/bugs/?49374.
-
- 15 Oct, 2016 6 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?49058 reported by Rishabh Dave.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 12 Oct, 2016 5 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?49106.
-
- 11 Oct, 2016 2 commits
-
-
Benno Schulenberg authored
-
Rishabh Dave authored
Also, show in green only the ^ and M- combinations that are valid. This fixes https://savannah.gnu.org/bugs/?49097 . Signed-off-by:
Rishabh Dave <rishabhddave@gmail.com> Signed-off-by:
Benno Schulenberg <bensberg@justemail.net>
-
- 10 Oct, 2016 1 commit
-
-
Benno Schulenberg authored
This avoids https://savannah.gnu.org/bugs/?49298.
-
- 20 Sep, 2016 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?47710 and fixes https://savannah.gnu.org/bugs/?49088.
-
Benno Schulenberg authored
Returning a zero would mean returning a ^Space -- the keycode that by default is bound to the Next-Word function. So, unbinding the keys to which the modified Arrow keys are hard bound would cause the latter ones to mysteriously jump to the next word. This partially fixes https://savannah.gnu.org/bugs/?49058.
-
- 14 Sep, 2016 4 commits
-
-
Rishabh Dave authored
Meta keys should have a dash as second character, and apart from ^Space and M-Space key names should be at most two or three characters long. This fixes https://savannah.gnu.org/bugs/?44688 . Reviewed-by:
Benno Schulenberg <bensberg@justemail.net> Signed-off-by:
Rishabh Dave <rishabhddave@gmail.com>
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?49086.
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/index.php?42189.
-
Benno Schulenberg authored
-
- 13 Sep, 2016 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
And also case-sensitive searches, backward searches, and searching again.
-
- 11 Sep, 2016 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-