Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-11 | Escape both % and $ in the command line | Ehren Kret | |
Fixes issue #1884 | |||
2013-02-14 | Support for opening tabs and windows in the same This fixed #1498 for me on ↵ | Swanand Pagnis | |
Mountain Lion | |||
2012-12-31 | Fixes #1489 | Robby Russell | |
Revert "Fixed Mac OS X Terminal.app related issue with extra newlines being printed out sometimes" This reverts commit 8f89d4d5a5d584bae288d8111d83a6489a1369dc. | |||
2012-12-04 | Merge pull request #880 from darrenclark/fix-mac-terminal-app-echo-issue | Robby Russell | |
Fixed Mac OS X Terminal.app related issue with extra newlines echoed | |||
2012-12-02 | resolving conflict in termsupport plugin | Trae Robrock | |
2012-10-03 | fix title setting bug in xterm and urxvt | Markus Scherer | |
Before this patch, commands containing %-signs set the title wrong (urxvt and xterm) [1] and produce strange output in urxvt [2]. test for bug 1: > sleep 10 && echo % sets title to "sleep 10 && echo %<<" > sleep 10 && echo %f doesn't change the title at all test for bug 2 (only urxvt): > echo %f 39m%f ^^^^^----- output | |||
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 ↵ | Darren Clark | |
out sometimes | |||
2011-11-15 | lib/termsupport now uses add-zsh-hook | Christian Höltje | |
This is needed to play nice with plugins that need various hooks. | |||
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 | |
Fix by derekjw. closes #52. | |||
2011-04-04 | Escape characters used in escape sequence to avoid triggering bugs in Apple ↵ | Renaud (Nel) Morvan | |
Terminal Closes #45 #57 #58 #86. | |||
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 ↵ | Robby Russell | |
terminal which" Was causing iTerm title to disappear entirely.. This reverts commit d4ea399b04ef57dd31097eadc316305d1e42a194. | |||
2011-03-13 | Re-order title/tab setting to make window titles work on OSX terminal which | Matt Cable | |
doesn't support tabs titles. | |||
2011-01-30 | Refactor window and tab title in tty | Renaud (Nel) Morvan | |
Term window title and tab title are now skinable Tab title can be different from window title (when supported by term) Default theme is optimized of usuability (no %u@%m: $~ in a 10 char tab) Cleanup code duplication and add comment for supported terms On osX it works great on iterm, and is decent once you tweak Terminal pref Tested under GNU screen, iTerm and Apple Terminal, need to be tested on linux TODO implement Konsole support (via dbus) | |||
2009-09-23 | put everything in lib | James Cox | |