1. 18 Aug, 2015 1 commit
  2. 09 Aug, 2015 2 commits
  3. 01 Aug, 2015 1 commit
  4. 21 Feb, 2015 2 commits
  5. 17 Feb, 2015 2 commits
  6. 15 Feb, 2015 2 commits
  7. 13 Feb, 2015 1 commit
  8. 10 Feb, 2015 3 commits
  9. 04 Feb, 2015 1 commit
  10. 28 Jan, 2015 1 commit
  11. 21 Dec, 2014 1 commit
  12. 22 Aug, 2014 1 commit
  13. 05 Jun, 2014 1 commit
  14. 25 Mar, 2014 1 commit
    • Marc Cornellà's avatar
      Escape % in $CMD variable · 5137e0e5
      Marc Cornellà authored
      Fixes formatting on some rare cases when a percent ends up
      in the $CMD variable, like these below:
      
      - When assigning a variable, $CMD ends up with the second parameter;
      in this case, $CMD will contain '+%s%N', messing with the syntax:
      
       $ a=`date +%s%N`
      
      - A function (or command in general) that contains a percent symbol:
      
       $ to\%() { echo $(( $1 * 100 / $3))\% } # $CMD=to%()
       $ to% 2 of 10 # $CMD=to%
      5137e0e5
  15. 21 Feb, 2014 4 commits
  16. 11 Jun, 2013 1 commit
  17. 14 Feb, 2013 1 commit
  18. 31 Dec, 2012 1 commit
    • Robby Russell's avatar
      Fixes #1489 · c5ecb4e1
      Robby Russell authored
      Revert "Fixed Mac OS X Terminal.app related issue with extra newlines being printed out sometimes"
      
      This reverts commit 8f89d4d5.
      c5ecb4e1
  19. 02 Dec, 2012 1 commit
  20. 03 Oct, 2012 1 commit
    • Markus Scherer's avatar
      fix title setting bug in xterm and urxvt · 43bd46b7
      Markus Scherer authored
      Before this patch, commands containing %-signs set the title wrong
      (urxvt and xterm) [1] and produce strange output in urxvt [2].
      
      test for bug 1:
      > sleep 10 && echo %
      sets title to "sleep 10 && echo %<<"
      > sleep 10 && echo %f
      doesn't change the title at all
      
      test for bug 2 (only urxvt):
      > echo %f
      39m%f
      ^^^^^----- output
      43bd46b7
  21. 07 Mar, 2012 1 commit
  22. 27 Jan, 2012 1 commit
  23. 15 Nov, 2011 1 commit
  24. 02 May, 2011 1 commit
  25. 04 Apr, 2011 3 commits
  26. 24 Mar, 2011 1 commit
  27. 16 Mar, 2011 1 commit
  28. 13 Mar, 2011 1 commit
  29. 07 Mar, 2011 1 commit