summaryrefslogtreecommitdiff
path: root/plugins/screen
AgeCommit message (Collapse)Author
2024-06-12fix(screen): Prevent title being overwritten (#4633)Manuel Faux
lib/termsupport.zsh creates titles for screen which take precedence over titles set by the screen plugin. Unsetting the title() function within the screen plugin prevent this "race-condition".
2024-03-26style: remove trailing whitespace (#12303)vladislav doster
2021-03-25fix: use `$USERNAME` guaranteed to always be defined in zshMarc Cornellà
Fixes #9701
2019-10-15screen: add README (#8256)flowin
2012-11-22Add support of screen-* $TERM in screen pluginDenys Lózko
2011-03-09figuring out home dir on unix systems as wellFredrik Appelberg
2011-03-07Added a plugin for GNU Screen.Fredrik Appelberg