1. 12 Sep, 2017 3 commits
  2. 10 Sep, 2017 5 commits
  3. 16 Aug, 2017 3 commits
  4. 15 Aug, 2017 3 commits
  5. 06 Aug, 2017 2 commits
  6. 31 Jul, 2017 1 commit
  7. 29 Jul, 2017 1 commit
  8. 27 Jul, 2017 3 commits
  9. 26 Jul, 2017 1 commit
  10. 25 Jul, 2017 1 commit
  11. 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
  12. 14 Jul, 2017 2 commits
  13. 13 Jul, 2017 1 commit
  14. 12 Jul, 2017 7 commits
  15. 09 Jul, 2017 2 commits
  16. 07 Jul, 2017 4 commits