index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
termsupport.zsh
Age
Commit message (
Expand
)
Author
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
2011-03-23
Introduce DISABLE_AUTO_TITLE option
Lorrin Nelson
2011-03-16
Revert "Re-order title/tab setting to make window titles work on OSX terminal...
Robby Russell
2011-03-13
Re-order title/tab setting to make window titles work on OSX terminal which
Matt Cable
2011-01-30
Refactor window and tab title in tty
Renaud (Nel) Morvan
2009-09-23
put everything in lib
James Cox