mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-02 12:44:01 +02:00
Shell integration: Workaround bash not redrawing multiline prompts
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user