Commit dd9766c2 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

editing: when --smooth is used, make <Enter>-at-bottom scroll one row

When using --smooth or 'set smooth', the screen should scroll the
minimum amount needed to get the cursor back into view.  (The only
exceptions are search, undo, and redo -- when there the cursor goes
offscreen, the cursor line is centered.)

This change brings the behavior of pressing <Enter> on the bottom
row into line with, for example, pasting a single line.  See also
http://lists.gnu.org/archive/html/nano-devel/2018-02/msg00027.html.
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -1070,6 +1070,7 @@ void do_enter(void)
#endif
refresh_needed = TRUE;
focusing = FALSE;
}
#ifndef NANO_TINY
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment