index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
termsupport.zsh
Age
Commit message (
Expand
)
Author
2023-10-19
fix(termsupport): add workaround for directory tracking issues in Konsole
Marc Cornellà
2023-08-31
fix(termsupport): match all `foot`-like terminfo (#11868)
James Cuzella
2023-06-11
fix(termsupport): don't report current working directory in SSH sessions (#11...
Marc Cornellà
2023-06-08
fix(termsupport): fix pwd report for Konsole (#11730)
Marc Cornellà
2023-04-05
feat(lib): send OSC 7 on directory change for more supported terminals (#9914)
Alexander Schlarb
2023-04-04
feat(termsupport): add contour terminal (#11599)
Christian Parpart
2023-01-12
Revert "fix(lib): send carriage return after `title` to fix #11314 (#11315)"
Marc Cornellà
2023-01-11
fix(lib): send carriage return after `title` to fix #11314 (#11315)
Lawton Nichols
2022-02-25
feat(lib): support auto title in foot terminal (#10735)
Markus (Vock) Arians
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
[next]