summaryrefslogtreecommitdiff
path: root/lib/termsupport.zsh
AgeCommit message (Expand)Author
2015-08-17Merge branch 'master' into fold-terminalapp-plugin-into-termsupportAndrew Janke
2015-08-17Add defensive `emulate -L zsh` to termsupport functionsAndrew Janke
2015-08-12Merge pull request #4233 from apjanke/apple-term-no-dupe-folder-in-titleRobby Russell
2015-08-12Merge pull request #4203 from apjanke/title-protect-promptsubstRobby Russell
2015-08-12Merge pull request #2106 from adepasquale/masterRobby Russell
2015-08-09Move urlencode/urldecode functions to core libAndrew Janke
2015-08-09termsupport: avoid repeated dir in window title in Terminal.appAndrew Janke
2015-07-31termsupport: protect title() with `emulate -L zsh`Andrew Janke
2015-02-21Add support for variant "utf8" locale suffix spelling. Fix dumb bug in iconv ...Andrew Janke
2015-02-21Remove unnecessary braces.Andrew Janke
2015-02-17For unspecified encodings, assume it's UTF-8 or compatible (e.g. ASCII) and m...Andrew Janke
2015-02-17Add support for non-UTF-8 encodings in caller's locale.Andrew Janke
2015-02-14In termsupport, use LC_CTYPE instead of LANG to enable byte-by-byte text proc...Andrew Janke
2015-02-14Remove terminalapp plugin and fold its implementation in to lib/termsupport.z...Andrew Janke
2015-02-13Extract CWD notifier back out of auto-title hooksMarc Cornellà
2015-02-10Use quoted $TERM value everywhereMarc Cornellà
2015-02-10Quick-fix code styleMarc Cornellà
2015-02-10term: Move DISABLE_AUTO_TITLE check to hooksAndrew Janke
2015-02-04Reword comments on termsupport internal functions.Andrew Janke
2015-01-27Move chpwd update output from chpwd hook to precmd to avoidAndrew Janke
2014-12-21termsupport: add chpwd hook for setting pwd in Apple Terminal.appAndrew Janke
2014-08-22Fix missing add-zsh-hookJingwen Owen Ou
2014-06-05Added ssh-like mosh window titleAndrea De Pasquale
2014-03-25Escape % in $CMD variableMarc Cornellà
2014-02-21Avoid 'title:parse error' with single quotes in $CMDMarc Cornellà
2014-02-21Revert previous commit, escape %Marc Cornellà
2014-02-21Use single quotes also in $LINE definitonMarc Cornellà
2014-02-21Avoid evaluating special chars in $LINE on title command (fixes #2234)Marc Cornellà
2013-06-11Escape both % and $ in the command lineEhren Kret
2013-02-14Support for opening tabs and windows in the same This fixed #1498 for me on M...Swanand Pagnis
2012-12-31Fixes #1489Robby Russell
2012-12-04Merge pull request #880 from darrenclark/fix-mac-terminal-app-echo-issueRobby Russell
2012-12-02resolving conflict in termsupport pluginTrae Robrock
2012-10-03fix title setting bug in xterm and urxvtMarkus Scherer
2012-03-07Disabled title function for emacs term modeJeffrey Dileo
2012-01-27Fixed Mac OS X Terminal.app related issue with extra newlines being printed o...Darren Clark
2011-11-15lib/termsupport now uses add-zsh-hookChristian Höltje
2011-05-02Relax pattern matching on TERM. Closes #320.Renaud (Nel) Morvan
2011-04-04Refactor DISABLE_AUTO_TITLE to be more DRYRenaud (Nel) Morvan
2011-04-04Command title behavior no longer depend on local zsh configurationRenaud (Nel) Morvan
2011-04-04Escape characters used in escape sequence to avoid triggering bugs in Apple T...Renaud (Nel) Morvan
2011-03-23Introduce DISABLE_AUTO_TITLE optionLorrin Nelson
2011-03-16Revert "Re-order title/tab setting to make window titles work on OSX terminal...Robby Russell
2011-03-13Re-order title/tab setting to make window titles work on OSX terminal whichMatt Cable
2011-01-30Refactor window and tab title in ttyRenaud (Nel) Morvan
2009-09-23put everything in libJames Cox