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