- 24 Jul, 2016 5 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
It will be initialized when a new code is started.
-
David Lawrence Ramsey authored
This fulfills https://savannah.gnu.org/bugs/?48154.
-
Benno Schulenberg authored
And hard-bind the keys Ctrl+Up and Ctrl+Down to these functions. Unlike the paragraph-jumping code, these new functions disregard any indentation, treating only blank lines as separators. They also do an automatic smart home when that option is set. This fulfills https://savannah.gnu.org/bugs/?48291.
-
Benno Schulenberg authored
The bug with a leading wide character has been fixed since ncurses-5.9. See https://savannah.gnu.org/bugs/?31743 for reference.
-
- 22 Jul, 2016 4 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?48540.
-
Benno Schulenberg authored
-
- 21 Jul, 2016 4 commits
-
-
Dirkjan Ochtman authored
Per https://doc.rust-lang.org/reference.html#fn2 , non-ASCII characters are currently not allowed in stable Rust, so keep it ASCII-only for now. Signed-off-by:
Dirkjan Ochtman <dirkjan@ochtman.nl>
-
Rishabh Dave authored
Also, compose the coloring attributes during initialization instead of every time when painting something. Signed-off-by:
Rishabh Dave <rishabhddave@gmail.com> Signed-off-by:
Benno Schulenberg <bensberg@justemail.net>
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?48578.
-
- 17 Jul, 2016 2 commits
-
-
Benno Schulenberg authored
Instead of referring to a window that might have been deleted by a resize, just turn the keypad back on for the two windows from which input might have been requested. Also: don't insert KEY_WINCH as the verbatim keystroke. This fixes https://savannah.gnu.org/bugs/?48532.
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?48538.
-
- 16 Jul, 2016 4 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 14 Jul, 2016 3 commits
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?47296.
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?48389.
-
Benno Schulenberg authored
-
- 13 Jul, 2016 7 commits
-
-
Benno Schulenberg authored
This allows the user to specify which other characters, besides the default alphanumeric ones, should be considered as part of a word, so that word operations like Ctrl+Left and Ctrl+Right will pass them by. Using this option overrides the option --wordbounds. This fulfills https://savannah.gnu.org/bugs/?47283.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Rishabh Dave authored
Signed-off-by:
Rishabh Dave <rishabhddave@gmail.com>
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?48455.
-
Benno Schulenberg authored
When the user changes her mind after having pressed Esc, she cannot unpress Esc, so do that for her by ignoring the escape code when the subsequent keycode is outside of the normal printable range. This restores the behavior from before nano-2.3.5 -- except that Ctrl+Alt+key continues to report an unbound key. This fixes https://savannah.gnu.org/bugs/?48459.
-
Benno Schulenberg authored
This prevents many keycode sequences from being misconstrued when a command key plus other keystrokes accumulate in the input buffer. This fixes https://savannah.gnu.org/bugs/?48395.
-
- 12 Jul, 2016 5 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Color-pair numbers and attributes can be OR'd together -- do so, to save an attron() call whenever the hilite is on.
-
- 11 Jul, 2016 2 commits
-
-
Benno Schulenberg authored
To make nano save its modified buffers when it runs out of memory.
-
Benno Schulenberg authored
-
- 10 Jul, 2016 4 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Also condense some comments, and group keys with the same result together.
-
Benno Schulenberg authored
Add them so that <Esc> followed by <Home> will simply do "Home" instead of reporting an unbound key. The same for <End>, <PageUp> and <PageDown>. This restores the behavior from before nano-2.3.5.
-