Age | Commit message (Expand) | Author |
2021-11-25 | fix(lib): don't error if `INSIDE_EMACS` is not defined (#10443) | Paul Scott |
2021-11-11 | fix(lib): fix potential command injection in `title` and `spectrum` functions | Marc Cornellà |
2021-09-29 | fix(lib): fix automatic title abort inside Emacs (#10124) | Marc Cornellà |
2021-01-07 | fix(lib): update Emacs terminal detection in `title` function (#9577) | Kyle Gerard Felker |
2020-10-08 | lib: follow standards in window title (#9320) | Michele Bologna |
2020-09-29 | lib: support simple terminal in title function | Marc Cornellà |
2020-09-28 | lib: support alacritty $TERM in title function | Marc Cornellà |
2020-09-27 | lib: correct :q syntax in title function for clarity | Marc Cornellà |
2020-07-23 | lib: support mlterm-256color | Marc Cornellà |
2020-06-30 | Handle unset variables in various parts of the codebase (#8944) | Patrick Moore |
2020-06-19 | core: add title support for mlterm (#8303) | joshuashaffer |
2020-03-05 | lib: support konsole* $TERM in title function (#8035) | Marc Cornellà |
2020-03-03 | lib: automatic title: replace fg with description from jobs (#7982) | Marc Cornellà |
2020-03-03 | lib: clean up termsupport.zsh | Marc Cornellà |
2020-03-03 | Use $jobstates and $jobtexts to look for jobs | Marc Cornellà |
2020-02-28 | lib: urlencode hostname in update_terminalapp_cwd (#6245) | Stephen Heuer |
2019-11-19 | Use safer append to hook function arrays (#8406) | Jacob Tomaw |
2019-07-07 | Avoid error messages when there is no job | Erik Demaine |
2019-07-06 | Automatic title: Replace fg with description from jobs | Erik Demaine |
2019-03-21 | termsupport: add support for tmux* $TERM values (#7622) | Jeremy Armstrong |
2018-08-07 | use https everywhere (#6574) | Janosch Schwalm |
2015-12-14 | Fix indentation | moyamo |
2015-12-14 | Default to using terminfo to set the terminal title | moyamo |
2015-12-01 | Cleanup update_terminalapp_cwd function | Marc Cornellà |
2015-12-01 | Quote all variables in if statements | Marc Cornellà |
2015-12-01 | Use a case structure to id terminal types | Marc Cornellà |
2015-12-01 | Added setting of the window title in Cygwin | Dawid Ferenczy |
2015-12-01 | Support all kinds of putty-like terminal strings. | Ionel Cristian Mărieș |
2015-11-30 | Add support for "putty" $TERM in termsupport.zsh | Ionel Cristian Mărieș |
2015-11-27 | termsupport: protect subshell with quotes | Andrew Janke |
2015-08-17 | Merge branch 'master' into fold-terminalapp-plugin-into-termsupport | Andrew Janke |
2015-08-17 | Add defensive `emulate -L zsh` to termsupport functions | Andrew Janke |
2015-08-12 | Merge pull request #4233 from apjanke/apple-term-no-dupe-folder-in-title | Robby Russell |
2015-08-12 | Merge pull request #4203 from apjanke/title-protect-promptsubst | Robby Russell |
2015-08-12 | Merge pull request #2106 from adepasquale/master | Robby Russell |
2015-08-09 | Move urlencode/urldecode functions to core lib | Andrew Janke |
2015-08-09 | termsupport: avoid repeated dir in window title in Terminal.app | Andrew Janke |
2015-07-31 | termsupport: protect title() with `emulate -L zsh` | Andrew Janke |
2015-02-21 | Add support for variant "utf8" locale suffix spelling. Fix dumb bug in iconv ... | Andrew Janke |
2015-02-21 | Remove unnecessary braces. | Andrew Janke |
2015-02-17 | For unspecified encodings, assume it's UTF-8 or compatible (e.g. ASCII) and m... | Andrew Janke |
2015-02-17 | Add support for non-UTF-8 encodings in caller's locale. | Andrew Janke |
2015-02-14 | In termsupport, use LC_CTYPE instead of LANG to enable byte-by-byte text proc... | Andrew Janke |
2015-02-14 | Remove terminalapp plugin and fold its implementation in to lib/termsupport.z... | Andrew Janke |
2015-02-13 | Extract CWD notifier back out of auto-title hooks | Marc Cornellà |
2015-02-10 | Use quoted $TERM value everywhere | Marc Cornellà |
2015-02-10 | Quick-fix code style | Marc Cornellà |
2015-02-10 | term: Move DISABLE_AUTO_TITLE check to hooks | Andrew Janke |
2015-02-04 | Reword comments on termsupport internal functions. | Andrew Janke |
2015-01-27 | Move chpwd update output from chpwd hook to precmd to avoid | Andrew Janke |