Shell integration: Workaround bash not redrawing multiline prompts

This commit is contained in:
Kovid Goyal
2021-10-01 09:30:26 +05:30
parent eaa0ec4fc3
commit eeb02ceef4
3 changed files with 12 additions and 3 deletions

View File

@@ -131,6 +131,7 @@ typedef struct {
struct {
monotonic_t start, duration;
} ignore_bells;
bool redraws_multiline_prompts;
} Screen;