Commit History

Author SHA1 Message Date
  Andrew Janke 00eb465830 Merge branch 'master' into fold-terminalapp-plugin-into-termsupport 9 years ago
  Andrew Janke 47d19cc564 Add defensive `emulate -L zsh` to termsupport functions 9 years ago
  Robby Russell 7c60da9e1f Merge pull request #4233 from apjanke/apple-term-no-dupe-folder-in-title 9 years ago
  Robby Russell f6a2b97356 Merge pull request #4203 from apjanke/title-protect-promptsubst 9 years ago
  Robby Russell d1ea849fdd Merge pull request #2106 from adepasquale/master 9 years ago
  Andrew Janke 14b4ba83c3 Move urlencode/urldecode functions to core lib 9 years ago
  Andrew Janke 17da983442 termsupport: avoid repeated dir in window title in Terminal.app 9 years ago
  Andrew Janke 90ea67edf0 termsupport: protect title() with `emulate -L zsh` 9 years ago
  Andrew Janke 88f42b6132 Add support for variant "utf8" locale suffix spelling. Fix dumb bug in iconv call that would cause it to hang. 9 years ago
  Andrew Janke cb37c934c0 Remove unnecessary braces. 9 years ago
  Andrew Janke 187cf07c91 For unspecified encodings, assume it's UTF-8 or compatible (e.g. ASCII) and muddle through without character encoding conversion. 9 years ago
  Andrew Janke 702ff1ca91 Add support for non-UTF-8 encodings in caller's locale. 9 years ago
  Andrew Janke 3a18c33f17 In termsupport, use LC_CTYPE instead of LANG to enable byte-by-byte text processing. LANG doesn't seem to actually work. 10 years ago
  Andrew Janke a9e97e5d2d Remove terminalapp plugin and fold its implementation in to lib/termsupport.zsh. Replaces the redundant Terminal.app support that was recently added to termsupport. 10 years ago
  Marc Cornellà 3704fbb71e Extract CWD notifier back out of auto-title hooks 10 years ago
  Marc Cornellà 2e41d06b76 Use quoted $TERM value everywhere 10 years ago
  Marc Cornellà b7e5dd35ef Quick-fix code style 10 years ago
  Andrew Janke 4fc6dccb42 term: Move DISABLE_AUTO_TITLE check to hooks 10 years ago
  Andrew Janke be7028012e Reword comments on termsupport internal functions. 10 years ago
  Andrew Janke 5f79ab5547 Move chpwd update output from chpwd hook to precmd to avoid 10 years ago
  Andrew Janke 7295e38885 termsupport: add chpwd hook for setting pwd in Apple Terminal.app 10 years ago
  Jingwen Owen Ou dc9e1764cf Fix missing add-zsh-hook 10 years ago
  Andrea De Pasquale 12324856c6 Added ssh-like mosh window title 11 years ago
  Marc Cornellà 5137e0e509 Escape % in $CMD variable 10 years ago
  Marc Cornellà a951600b4e Avoid 'title:parse error' with single quotes in $CMD 11 years ago
  Marc Cornellà 3e5de21dc5 Revert previous commit, escape % 11 years ago
  Marc Cornellà b73ced397f Use single quotes also in $LINE definiton 11 years ago
  Marc Cornellà b0fbe0d11a Avoid evaluating special chars in $LINE on title command (fixes #2234) 11 years ago
  Ehren Kret ab7604e5c2 Escape both % and $ in the command line 11 years ago
  Swanand Pagnis fb3dc24ff4 Support for opening tabs and windows in the same This fixed #1498 for me on Mountain Lion 12 years ago