mirror of
https://github.com/Fakerr/git-recall.git
synced 2026-09-10 07:26:42 -04:00
Clear screen after less
This commit is contained in:
parent
6de246fe28
commit
3eb9479252
|
|
@ -196,6 +196,7 @@ function print_diff() {
|
|||
else
|
||||
echo "$DIFF" | less -r
|
||||
fi
|
||||
tput ed # Clear screen
|
||||
else
|
||||
stop=false
|
||||
tput ed
|
||||
|
|
|
|||
Loading…
Reference in a new issue