We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08dce84 commit b37817dCopy full SHA for b37817d
asyncgit/src/sync/hooks.rs
@@ -22,7 +22,7 @@ impl From<git2_hooks::HookResult> for HookResult {
22
mut stderr,
23
..
24
} => {
25
- const ANSI_CLEAR: &str = "\x1B[H\x1B[J";
+ const ANSI_CLEAR: &str = "\x1B[H\x1B[2J\x1B[3J";
26
27
if stderr == ANSI_CLEAR {
28
stderr.clear();
0 commit comments