diff options
author | Marc Cornellà <hello@mcornella.com> | 2023-01-12 08:29:00 +0100 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2023-01-12 08:29:00 +0100 |
commit | 17ea97332b2f2285e3c2e1a00f6745fb1fe1cec5 (patch) | |
tree | 57d53781f51fa7d63362f38ced8eb5cfecd48edc /lib | |
parent | 0f71cfd3c1b82cbc6b2ddd8782e193f38cf343f9 (diff) | |
download | zsh-17ea97332b2f2285e3c2e1a00f6745fb1fe1cec5.tar.gz zsh-17ea97332b2f2285e3c2e1a00f6745fb1fe1cec5.tar.bz2 zsh-17ea97332b2f2285e3c2e1a00f6745fb1fe1cec5.zip |
Revert "fix(lib): send carriage return after `title` to fix #11314 (#11315)"
This reverts commit 3dd83a22a160249a71631a51490fd3b89d1b3975.
See https://github.com/ohmyzsh/ohmyzsh/issues/11314#issuecomment-1379492472
Diffstat (limited to 'lib')
-rw-r--r-- | lib/termsupport.zsh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/termsupport.zsh b/lib/termsupport.zsh index fc1cde55e..80ca7ef78 100644 --- a/lib/termsupport.zsh +++ b/lib/termsupport.zsh @@ -36,8 +36,6 @@ function title { fi ;; esac - - print -Pn "\r" # move the cursor to the beginning of the line } ZSH_THEME_TERM_TAB_TITLE_IDLE="%15<..<%~%<<" #15 char left truncated PWD |