1. 03 Sep, 2016 5 commits
  2. 02 Sep, 2016 1 commit
  3. 29 Aug, 2016 2 commits
  4. 28 Aug, 2016 1 commit
    • Benno Schulenberg's avatar
      new feature: allow text selection by holding Shift with the cursor keys · 382c9d79
      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.)
      382c9d79
  5. 27 Aug, 2016 1 commit
  6. 16 Aug, 2016 1 commit
  7. 14 Aug, 2016 1 commit
  8. 07 Aug, 2016 2 commits
  9. 01 Aug, 2016 1 commit
  10. 31 Jul, 2016 1 commit
  11. 30 Jul, 2016 7 commits
  12. 24 Jul, 2016 1 commit
  13. 13 Jul, 2016 1 commit
  14. 12 Jul, 2016 1 commit
  15. 21 Jun, 2016 1 commit
  16. 25 May, 2016 1 commit
  17. 21 May, 2016 1 commit
  18. 17 May, 2016 2 commits
  19. 16 May, 2016 4 commits
  20. 05 May, 2016 1 commit
  21. 04 May, 2016 1 commit
    • Benno Schulenberg's avatar
      scrolling: center the cursor when inserted stuff does not fit on screen · 318ed6b1
      Benno Schulenberg authored
      Since nano-2.4.1, reading in or pasting a large piece of text would put
      the cursor on the bottom line, leaving only one line of the non-read or
      non-pasted text visible.  This is different from the centering behavior
      of Pico, and somewhat disorienting, as you can't see "where you are" any
      more in relation to the file as it was.
      
      So now center the cursor whenever the read or pasted text is larger than
      the screen, but don't center it when the text fits entirely on the screen.
      (The latter avoids the effect of the screen jumping unnecessarily when
      inserting just a few lines while the cursor is near the bottom.)
      
      To achieve this behavior: default to focusing, and temporarily set it to
      FALSE when the focusing effect is unwanted.
      
      This fixes https://savannah.gnu.org/bugs/?47841.
      318ed6b1
  22. 02 May, 2016 2 commits
  23. 25 Apr, 2016 1 commit