1. 06 Aug, 2017 1 commit
  2. 29 Jul, 2017 1 commit
  3. 24 Jul, 2017 1 commit
    • David Lawrence Ramsey's avatar
      weeding: drop the forreal parameter from place_the_cursor() · 381a386b
      David Lawrence Ramsey authored
      Commit 28beb3f9 added the 'forreal' parameter to prevent spotlight() from
      placing the cursor wrongly due to an invalid placewewant.  However, since
      the variable-width softwrap overhaul (specifically, since commit 8490f4ac),
      place_the_cursor() no longer checks placewewant, so the parameter is no
      longer needed.
      
      Furthermore, dropping 'forreal' and thus always setting current_y won't
      affect the operation of spotlight(), since the only functions that use
      spotlight() (do_replace_loop() and do_int_spell_fix()) both call
      edit_refresh() beforehand, which means that current_y will already
      have been set to the value it will be set to again.
      381a386b
  4. 12 Jul, 2017 2 commits
  5. 09 Jul, 2017 1 commit
  6. 07 Jul, 2017 6 commits
  7. 06 Jul, 2017 1 commit
  8. 04 Jun, 2017 2 commits
  9. 29 May, 2017 1 commit
  10. 11 May, 2017 1 commit
  11. 09 May, 2017 2 commits
  12. 08 May, 2017 4 commits
  13. 05 May, 2017 1 commit
  14. 03 May, 2017 1 commit
  15. 01 May, 2017 4 commits
  16. 30 Apr, 2017 1 commit
  17. 28 Apr, 2017 3 commits
  18. 25 Apr, 2017 2 commits
  19. 17 Apr, 2017 2 commits
  20. 09 Apr, 2017 2 commits
  21. 06 Apr, 2017 1 commit
    • Benno Schulenberg's avatar
      bindings: make ^Home and ^End go to top and tail of buffer · cb0806b2
      Benno Schulenberg authored
      On some terminal emulators, Ctrl+Home and Ctrl+End produce special
      keycodes, distinct from plain Home and End.  Make the users of those
      emulators (and of the Linux console) glad by making ^Home and ^End
      do the obvious thing, and the combinations with Shift too.
      cb0806b2