summaryrefslogtreecommitdiff
path: root/lib/termsupport.zsh
AgeCommit message (Expand)Author
2023-10-19fix(termsupport): add workaround for directory tracking issues in KonsoleMarc Cornellà
2023-08-31fix(termsupport): match all `foot`-like terminfo (#11868)James Cuzella
2023-06-11fix(termsupport): don't report current working directory in SSH sessions (#11...Marc Cornellà
2023-06-08fix(termsupport): fix pwd report for Konsole (#11730)Marc Cornellà
2023-04-05feat(lib): send OSC 7 on directory change for more supported terminals (#9914)Alexander Schlarb
2023-04-04feat(termsupport): add contour terminal (#11599)Christian Parpart
2023-01-12Revert "fix(lib): send carriage return after `title` to fix #11314 (#11315)"Marc Cornellà
2023-01-11fix(lib): send carriage return after `title` to fix #11314 (#11315)Lawton Nichols
2022-02-25feat(lib): support auto title in foot terminal (#10735)Markus (Vock) Arians
2021-11-25fix(lib): don't error if `INSIDE_EMACS` is not defined (#10443)Paul Scott
2021-11-11fix(lib): fix potential command injection in `title` and `spectrum` functionsMarc Cornellà
2021-09-29fix(lib): fix automatic title abort inside Emacs (#10124)Marc Cornellà
2021-01-07fix(lib): update Emacs terminal detection in `title` function (#9577)Kyle Gerard Felker
2020-10-08lib: follow standards in window title (#9320)Michele Bologna
2020-09-29lib: support simple terminal in title functionMarc Cornellà
2020-09-28lib: support alacritty $TERM in title functionMarc Cornellà
2020-09-27lib: correct :q syntax in title function for clarityMarc Cornellà
2020-07-23lib: support mlterm-256colorMarc Cornellà
2020-06-30Handle unset variables in various parts of the codebase (#8944)Patrick Moore
2020-06-19core: add title support for mlterm (#8303)joshuashaffer
2020-03-05lib: support konsole* $TERM in title function (#8035)Marc Cornellà
2020-03-03lib: automatic title: replace fg with description from jobs (#7982)Marc Cornellà
2020-03-03lib: clean up termsupport.zshMarc Cornellà
2020-03-03Use $jobstates and $jobtexts to look for jobsMarc Cornellà
2020-02-28lib: urlencode hostname in update_terminalapp_cwd (#6245)Stephen Heuer
2019-11-19Use safer append to hook function arrays (#8406)Jacob Tomaw
2019-07-07Avoid error messages when there is no jobErik Demaine
2019-07-06Automatic title: Replace fg with description from jobsErik Demaine
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