summaryrefslogtreecommitdiff
path: root/lib/termsupport.zsh
AgeCommit message (Collapse)Author
2011-04-04Command title behavior no longer depend on local zsh configurationRenaud (Nel) Morvan
Fix by derekjw. closes #52.
2011-04-04Escape characters used in escape sequence to avoid triggering bugs in Apple ↵Renaud (Nel) Morvan
Terminal Closes #45 #57 #58 #86.
2011-03-23Introduce DISABLE_AUTO_TITLE optionLorrin Nelson
2011-03-16Revert "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-13Re-order title/tab setting to make window titles work on OSX terminal whichMatt Cable
doesn't support tabs titles.
2011-01-30Refactor window and tab title in ttyRenaud (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-23put everything in libJames Cox