89 Commits (master)

Author SHA1 Message Date
Kevin De Keyser 2ac69955e8
fix(termsupport): ensure non-error return code (#13217) 8 months ago
tobii-dev 881c8b78d3
feat(termsupport): add WezTerm support (#13121) 10 months ago
Carlo Sala 5eaebdf0fe
fix(termsupport): ensure ohmyzsh can run with `set -eu` 12 months ago
stefan 529f77a344
feat(termsupport): support `alacritty*` TERM (#12392) 2 years ago
Marc Cornellà 8428442ff0
fix(termsupport): add workaround for directory tracking issues in Konsole 2 years ago
James Cuzella ccce2e1cfd
fix(termsupport): match all `foot`-like terminfo (#11868) 3 years ago
Marc Cornellà cb8b677488
fix(termsupport): don't report current working directory in SSH sessions (#11703) 3 years ago
Marc Cornellà 50c678687e
fix(termsupport): fix pwd report for Konsole (#11730) 3 years ago
Alexander Schlarb 25c2c3a468
feat(lib): send OSC 7 on directory change for more supported terminals (#9914) 3 years ago
Christian Parpart 8d23fbd696
feat(termsupport): add contour terminal (#11599) 3 years ago
Marc Cornellà 17ea97332b Revert "fix(lib): send carriage return after `title` to fix #11314 (#11315)" 3 years ago
Lawton Nichols 3dd83a22a1
fix(lib): send carriage return after `title` to fix #11314 (#11315) 3 years ago
Markus (Vock) Arians 99460351eb
feat(lib): support auto title in foot terminal (#10735) 4 years ago
Paul Scott 0314604384
fix(lib): don't error if `INSIDE_EMACS` is not defined (#10443) 4 years ago
Marc Cornellà a263cdac9c
fix(lib): fix potential command injection in `title` and `spectrum` functions 4 years ago
Marc Cornellà 54e3e8ef54
fix(lib): fix automatic title abort inside Emacs (#10124) 5 years ago
Kyle Gerard Felker c9bf8b4a84
fix(lib): update Emacs terminal detection in `title` function (#9577) 5 years ago
Michele Bologna 58ff4e1d2e
lib: follow standards in window title (#9320) 6 years ago
Marc Cornellà 274df9dc29 lib: support simple terminal in title function 6 years ago
Marc Cornellà 4ec055b890 lib: support alacritty $TERM in title function 6 years ago
Marc Cornellà 765966606d lib: correct :q syntax in title function for clarity 6 years ago
Marc Cornellà 9521837240 lib: support mlterm-256color 6 years ago
Patrick Moore e606ac7051
Handle unset variables in various parts of the codebase (#8944) 6 years ago
joshuashaffer b706a91917
core: add title support for mlterm (#8303) 6 years ago
Marc Cornellà 2eb3e9d57c
lib: support konsole* $TERM in title function (#8035) 6 years ago
Marc Cornellà 02d1253809
lib: clean up termsupport.zsh 6 years ago
Marc Cornellà d7825313cc
Use $jobstates and $jobtexts to look for jobs 6 years ago
Stephen Heuer a2cad16790
lib: urlencode hostname in update_terminalapp_cwd (#6245) 6 years ago
Jacob Tomaw 1ba0af650a Use safer append to hook function arrays (#8406) 6 years ago
Erik Demaine 902e3172c9 Avoid error messages when there is no job 7 years ago
Erik Demaine c1446b4750 Automatic title: Replace fg with description from jobs 7 years ago
Jeremy Armstrong 8aa8405ea2 termsupport: add support for tmux* $TERM values (#7622) 7 years ago
Janosch Schwalm 19b925e741 use https everywhere (#6574) 8 years ago
moyamo 71deb74552 Fix indentation 10 years ago
moyamo d779750341 Default to using terminfo to set the terminal title 10 years ago
Marc Cornellà 4e306887c2 Cleanup update_terminalapp_cwd function 10 years ago
Marc Cornellà eca912e51a Quote all variables in if statements 10 years ago
Marc Cornellà 103eb32721 Use a case structure to id terminal types 10 years ago
Dawid Ferenczy 63d7500cf1 Added setting of the window title in Cygwin 10 years ago
Ionel Cristian Mărieș d55111f200 Support all kinds of putty-like terminal strings. 10 years ago
Ionel Cristian Mărieș 711c1bcb40 Add support for "putty" $TERM in termsupport.zsh 10 years ago
Andrew Janke f0981d564a termsupport: protect subshell with quotes 10 years ago
Andrew Janke 47d19cc564 Add defensive `emulate -L zsh` to termsupport functions 11 years ago
Andrew Janke 14b4ba83c3 Move urlencode/urldecode functions to core lib 11 years ago
Andrew Janke 17da983442 termsupport: avoid repeated dir in window title in Terminal.app 11 years ago
Andrew Janke 90ea67edf0 termsupport: protect title() with `emulate -L zsh` 11 years ago
Andrew Janke 88f42b6132 Add support for variant "utf8" locale suffix spelling. Fix dumb bug in iconv call that would cause it to hang. 11 years ago
Andrew Janke cb37c934c0 Remove unnecessary braces. 11 years ago
Andrew Janke 187cf07c91 For unspecified encodings, assume it's UTF-8 or compatible (e.g. ASCII) and muddle through without character encoding conversion. 11 years ago
Andrew Janke 702ff1ca91 Add support for non-UTF-8 encodings in caller's locale. 11 years ago