ohmyzsh/lib
Lawton Nichols 3dd83a22a1
fix(lib): send carriage return after title to fix #11314 (#11315)
Window and tab titles are changed by emitting an unprintable escape
sequence to the terminal. These escape sequences do not play nicely
with the TAB character on multiple terminal emulators--they create
un-deletable characters on the first line after command execution.
Sending "\r" after changing the window and tab titles allows all
characters on the first line to be deleted.

Fixes #11314
2023-01-11 19:44:29 +01:00
..
bzr.zsh
cli.zsh fix(cli): avoid using column (#11271) 2022-10-18 19:38:47 +02:00
clipboard.zsh fix(lib): prefer xsel over xclip in clipboard.zsh 2022-07-12 18:56:09 +02:00
compfix.zsh
completion.zsh
correction.zsh feat(lib): don't correct su command arguments (#10214) 2021-09-29 18:07:25 +02:00
diagnostics.zsh style: use -n flag in head and tail commands (#10391) 2021-11-09 09:04:10 +01:00
directories.zsh style: use -n flag in head and tail commands (#10391) 2021-11-09 09:04:10 +01:00
functions.zsh fix(lib): encode all arguments besides the first in omz_urlencode 2022-05-15 13:20:33 +02:00
git.zsh feat(git): display tag in git-prompt when possible (#11318) 2022-11-08 09:34:13 +01:00
grep.zsh chore(lib): update deprecated grep aliases (#11161) 2022-10-03 17:59:49 +02:00
history.zsh
key-bindings.zsh
misc.zsh chore(lib): only create afind alias if ack is installed (#11017) 2022-07-12 19:36:43 +02:00
nvm.zsh fix(lib): quote % in nvm_prompt_info 2022-01-03 13:50:50 +01:00
prompt_info_functions.zsh fix: quote % characters in ruby prompt info functions 2021-12-13 17:43:32 +01:00
spectrum.zsh fix(lib): fix potential command injection in title and spectrum functions 2021-11-11 22:45:11 +01:00
termsupport.zsh fix(lib): send carriage return after title to fix #11314 (#11315) 2023-01-11 19:44:29 +01:00
theme-and-appearance.zsh fix(lib): fix diff --color argument check for BSD systems (#10269) 2021-10-10 19:15:24 +02:00
vcs_info.zsh fix(vcs_info): don't patch VCS_INFO_formats if not found 2022-02-21 20:30:06 +01:00