mirror of
https://github.com/tj/git-extras.git
synced 2026-09-12 16:36:22 -04:00
Merge pull request #675 from quite/effort-cursor
git-effort: restore normal (visible) cursor properly
This commit is contained in:
commit
9573a7653b
|
|
@ -39,7 +39,7 @@ hide_cursor() {
|
|||
#
|
||||
|
||||
show_cursor_and_cleanup() {
|
||||
tputq cvvis
|
||||
tputq cnorm
|
||||
tputq sgr0
|
||||
rm "$tmp" > /dev/null 2>&1
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue