mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Shell integration: Workaround bash not redrawing multiline prompts
This commit is contained in:
parent
eaa0ec4fc3
commit
eeb02ceef4
3 changed files with 12 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ _ksi_main() {
|
|||
fi
|
||||
|
||||
if [[ "${_ksi_prompt[mark]}" == "y" ]]; then
|
||||
PS1="\[\e]133;A\a\]$PS1"
|
||||
PS1="\[\e]133;A;does_not_redraw_multiline_prompt\a\]$PS1"
|
||||
PS0="\[\e]133;C\a\]$PS0"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue