提交历史

作者 SHA1 备注 提交日期
  Jacob Tomaw 1ba0af650a Use safer append to hook function arrays (#8406) 5 年之前
  Jeremy Armstrong 8aa8405ea2 termsupport: add support for tmux* $TERM values (#7622) 6 年之前
  Janosch Schwalm 19b925e741 use https everywhere (#6574) 6 年之前
  moyamo 71deb74552 Fix indentation 9 年之前
  moyamo d779750341 Default to using terminfo to set the terminal title 9 年之前
  Marc Cornellà 4e306887c2 Cleanup update_terminalapp_cwd function 9 年之前
  Marc Cornellà eca912e51a Quote all variables in if statements 9 年之前
  Marc Cornellà 103eb32721 Use a case structure to id terminal types 9 年之前
  Dawid Ferenczy 63d7500cf1 Added setting of the window title in Cygwin 11 年之前
  Ionel Cristian Mărieș d55111f200 Support all kinds of putty-like terminal strings. 9 年之前
  Ionel Cristian Mărieș 711c1bcb40 Add support for "putty" $TERM in termsupport.zsh 9 年之前
  Andrew Janke f0981d564a termsupport: protect subshell with quotes 9 年之前
  Andrew Janke 00eb465830 Merge branch 'master' into fold-terminalapp-plugin-into-termsupport 9 年之前
  Andrew Janke 47d19cc564 Add defensive `emulate -L zsh` to termsupport functions 9 年之前
  Robby Russell 7c60da9e1f Merge pull request #4233 from apjanke/apple-term-no-dupe-folder-in-title 9 年之前
  Robby Russell f6a2b97356 Merge pull request #4203 from apjanke/title-protect-promptsubst 9 年之前
  Robby Russell d1ea849fdd Merge pull request #2106 from adepasquale/master 9 年之前
  Andrew Janke 14b4ba83c3 Move urlencode/urldecode functions to core lib 9 年之前
  Andrew Janke 17da983442 termsupport: avoid repeated dir in window title in Terminal.app 9 年之前
  Andrew Janke 90ea67edf0 termsupport: protect title() with `emulate -L zsh` 9 年之前
  Andrew Janke 88f42b6132 Add support for variant "utf8" locale suffix spelling. Fix dumb bug in iconv call that would cause it to hang. 10 年之前
  Andrew Janke cb37c934c0 Remove unnecessary braces. 10 年之前
  Andrew Janke 187cf07c91 For unspecified encodings, assume it's UTF-8 or compatible (e.g. ASCII) and muddle through without character encoding conversion. 10 年之前
  Andrew Janke 702ff1ca91 Add support for non-UTF-8 encodings in caller's locale. 10 年之前
  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 年之前
  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 年之前
  Marc Cornellà 3704fbb71e Extract CWD notifier back out of auto-title hooks 10 年之前
  Marc Cornellà 2e41d06b76 Use quoted $TERM value everywhere 10 年之前
  Marc Cornellà b7e5dd35ef Quick-fix code style 10 年之前
  Andrew Janke 4fc6dccb42 term: Move DISABLE_AUTO_TITLE check to hooks 10 年之前