1. 24 Feb, 2017 1 commit
    • David Lawrence Ramsey's avatar
      tweaks: slightly optimize an allocation in display_string() · f1d214c0
      David Lawrence Ramsey authored
      Instead of allocating enough space to convert the entire passed string,
      just allocate space for converting the part that will be converted --
      that is: starting from start_index.  This still allocates far too much
      (if the passed string is very long and its tail part won't fit on the
      screen), but it's better than before.
      f1d214c0
  2. 23 Feb, 2017 3 commits
  3. 22 Feb, 2017 3 commits
  4. 21 Feb, 2017 3 commits
  5. 17 Feb, 2017 6 commits
  6. 16 Feb, 2017 3 commits
  7. 14 Feb, 2017 1 commit
  8. 13 Feb, 2017 10 commits
  9. 12 Feb, 2017 4 commits
  10. 10 Feb, 2017 3 commits
  11. 05 Feb, 2017 3 commits