Fix ascii fallback cursor position
This commit is contained in:
parent
ab1fbf081e
commit
2b640891eb
1 changed files with 1 additions and 0 deletions
1
fetch
1
fetch
|
@ -1410,6 +1410,7 @@ getascii () {
|
|||
ascii="$ascii_dir/ascii/distro/${ascii/ *}"
|
||||
else
|
||||
padding="\033[0C"
|
||||
image="off"
|
||||
return
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue