Age | Commit message (Expand) | Author |
2015-12-14 | Fix indentation | moyamo |
2015-12-14 | Default to using terminfo to set the terminal title | moyamo |
2015-12-01 | Cleanup update_terminalapp_cwd function | Marc Cornellà |
2015-12-01 | Quote all variables in if statements | Marc Cornellà |
2015-12-01 | Use a case structure to id terminal types | Marc Cornellà |
2015-12-01 | Added setting of the window title in Cygwin | Dawid Ferenczy |
2015-12-01 | Support all kinds of putty-like terminal strings. | Ionel Cristian Mărieș |
2015-11-30 | Add support for "putty" $TERM in termsupport.zsh | Ionel Cristian Mărieș |
2015-11-27 | termsupport: protect subshell with quotes | Andrew Janke |
2015-08-17 | Merge branch 'master' into fold-terminalapp-plugin-into-termsupport | Andrew Janke |
2015-08-17 | Add defensive `emulate -L zsh` to termsupport functions | Andrew Janke |
2015-08-12 | Merge pull request #4233 from apjanke/apple-term-no-dupe-folder-in-title | Robby Russell |
2015-08-12 | Merge pull request #4203 from apjanke/title-protect-promptsubst | Robby Russell |
2015-08-12 | Merge pull request #2106 from adepasquale/master | Robby Russell |
2015-08-09 | Move urlencode/urldecode functions to core lib | Andrew Janke |
2015-08-09 | termsupport: avoid repeated dir in window title in Terminal.app | Andrew Janke |
2015-07-31 | termsupport: protect title() with `emulate -L zsh` | Andrew Janke |
2015-02-21 | Add support for variant "utf8" locale suffix spelling. Fix dumb bug in iconv ... | Andrew Janke |
2015-02-21 | Remove unnecessary braces. | Andrew Janke |
2015-02-17 | For unspecified encodings, assume it's UTF-8 or compatible (e.g. ASCII) and m... | Andrew Janke |
2015-02-17 | Add support for non-UTF-8 encodings in caller's locale. | Andrew Janke |
2015-02-14 | In termsupport, use LC_CTYPE instead of LANG to enable byte-by-byte text proc... | Andrew Janke |
2015-02-14 | Remove terminalapp plugin and fold its implementation in to lib/termsupport.z... | Andrew Janke |
2015-02-13 | Extract CWD notifier back out of auto-title hooks | Marc Cornellà |
2015-02-10 | Use quoted $TERM value everywhere | Marc Cornellà |
2015-02-10 | Quick-fix code style | Marc Cornellà |
2015-02-10 | term: Move DISABLE_AUTO_TITLE check to hooks | Andrew Janke |
2015-02-04 | Reword comments on termsupport internal functions. | Andrew Janke |
2015-01-27 | Move chpwd update output from chpwd hook to precmd to avoid | Andrew Janke |
2014-12-21 | termsupport: add chpwd hook for setting pwd in Apple Terminal.app | Andrew Janke |
2014-08-22 | Fix missing add-zsh-hook | Jingwen Owen Ou |
2014-06-05 | Added ssh-like mosh window title | Andrea De Pasquale |
2014-03-25 | Escape % in $CMD variable | Marc Cornellà |
2014-02-21 | Avoid 'title:parse error' with single quotes in $CMD | Marc Cornellà |
2014-02-21 | Revert previous commit, escape % | Marc Cornellà |
2014-02-21 | Use single quotes also in $LINE definiton | Marc Cornellà |
2014-02-21 | Avoid evaluating special chars in $LINE on title command (fixes #2234) | Marc Cornellà |
2013-06-11 | Escape both % and $ in the command line | Ehren Kret |
2013-02-14 | Support for opening tabs and windows in the same This fixed #1498 for me on M... | Swanand Pagnis |
2012-12-31 | Fixes #1489 | Robby Russell |
2012-12-04 | Merge pull request #880 from darrenclark/fix-mac-terminal-app-echo-issue | Robby Russell |
2012-12-02 | resolving conflict in termsupport plugin | Trae Robrock |
2012-10-03 | fix title setting bug in xterm and urxvt | Markus Scherer |
2012-03-07 | Disabled title function for emacs term mode | Jeffrey Dileo |
2012-01-27 | Fixed Mac OS X Terminal.app related issue with extra newlines being printed o... | Darren Clark |
2011-11-15 | lib/termsupport now uses add-zsh-hook | Christian Höltje |
2011-05-02 | Relax pattern matching on TERM. Closes #320. | Renaud (Nel) Morvan |
2011-04-04 | Refactor DISABLE_AUTO_TITLE to be more DRY | Renaud (Nel) Morvan |
2011-04-04 | Command title behavior no longer depend on local zsh configuration | Renaud (Nel) Morvan |
2011-04-04 | Escape characters used in escape sequence to avoid triggering bugs in Apple T... | Renaud (Nel) Morvan |