1. 29 Jun, 2016 2 commits
  2. 27 Jun, 2016 9 commits
  3. 26 Jun, 2016 1 commit
  4. 25 Jun, 2016 6 commits
  5. 24 Jun, 2016 4 commits
  6. 23 Jun, 2016 2 commits
  7. 22 Jun, 2016 2 commits
  8. 21 Jun, 2016 3 commits
  9. 20 Jun, 2016 2 commits
  10. 17 Jun, 2016 6 commits
  11. 16 Jun, 2016 1 commit
  12. 15 Jun, 2016 1 commit
  13. 14 Jun, 2016 1 commit
    • Benno Schulenberg's avatar
      input: don't allocate too much, and don't move too many · 7165bd5c
      Benno Schulenberg authored
      To add a character, one does not need to allocate twice its size.
      And the amount to be moved does not depend on the size of the new
      character; it just needs to include the terminating zero.
      
      (This fixes in do_output() the same logical mistakes that were fixed
      in do_statusbar_output() last February, in acf19bde and 7c0e4333.)
      7165bd5c