summaryrefslogtreecommitdiff
path: root/lib/termsupport.zsh
AgeCommit message (Expand)Author
2019-11-19Use safer append to hook function arrays (#8406)Jacob Tomaw
2019-03-21termsupport: add support for tmux* $TERM values (#7622)Jeremy Armstrong
2018-08-07use https everywhere (#6574)Janosch Schwalm
2015-12-14Fix indentationmoyamo
2015-12-14Default to using terminfo to set the terminal titlemoyamo
2015-12-01Cleanup update_terminalapp_cwd functionMarc Cornellà
2015-12-01Quote all variables in if statementsMarc Cornellà
2015-12-01Use a case structure to id terminal typesMarc Cornellà
2015-12-01Added setting of the window title in CygwinDawid Ferenczy
2015-12-01Support all kinds of putty-like terminal strings.Ionel Cristian Mărieș
2015-11-30Add support for "putty" $TERM in termsupport.zshIonel Cristian Mărieș
2015-11-27termsupport: protect subshell with quotesAndrew Janke
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