- 29 Aug, 2016 4 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Resetting the cutbuffer is irrelevant when 'allow_funcs' is false or when in view mode, so do_input() can just return in those cases.
-
- 28 Aug, 2016 5 commits
-
-
Benno Schulenberg authored
And remove a superfluous call.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
The prompt has already been trimmed in do_prompt() to fit into the available space.
-
Benno Schulenberg authored
Leave the optimization of actual screen writes to ncurses.
-
Benno Schulenberg authored
Add the keycodes and routines to allow the user to forego setting the mark explicitly (with M-A / ^6) and instead quickly select a few words or lines by holding down Shift together with the movement keys. (Some combinations with Shift are swallowed by some terminal emulators. To work around some of those, the combinations Shift+Alt+Left/Right work as Shift+Home/End and Shift+Alt+Up/Down work as Shift+PageUp/PageDown.)
-
- 27 Aug, 2016 7 commits
-
-
Benno Schulenberg authored
This avoids showing a ghost item in, for example, the WriteOut menu when not using --tempfile and the user does not bind 'discardbuffer'.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?48917.
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?48916.
-
Benno Schulenberg authored
The $ sign looks too much like an S, and it "obscures" the answer by being so "massive". The < and > signs are lighter and work better.
-
Benno Schulenberg authored
-
- 26 Aug, 2016 3 commits
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?48894.
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?48912.
-
Benno Schulenberg authored
-
- 25 Aug, 2016 9 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?48796.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?48792.
-
Benno Schulenberg authored
And move a statement to a better place.
-
Benno Schulenberg authored
This also prevents the message from spilling into the help lines when the terminal is less than four columns wide. (Not that one can read anything then, but it looks better.)
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?48852.
-
- 21 Aug, 2016 2 commits
-
-
Benno Schulenberg authored
Even when the edit window consists of just one or two lines, the PageUp and PageDown functions (^Y and ^V) should continue to move the window. This fixes https://savannah.gnu.org/bugs/?48805.
-
Benno Schulenberg authored
-
- 17 Aug, 2016 1 commit
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?48787.
-
- 16 Aug, 2016 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
That is: don't try to look at open files when none are open yet.
-
Benno Schulenberg authored
-
- 15 Aug, 2016 1 commit
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?48520.
-
- 14 Aug, 2016 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?48751 reported by Andrew Ho. This also fixes compilation when configured with --enable-tiny.
-
- 12 Aug, 2016 1 commit
-
-
Benno Schulenberg authored
When using the default speller or the formatter, the placewewant is remembered. So it should be remembered too when the user specifies a different speller. (This behavior was inadvertently lost last year, in commit 82d737ee.)
-
- 10 Aug, 2016 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-