mirror of
https://github.com/erkin/ponysay.git
synced 2025-01-31 18:36:43 +01:00
fix for issue #32
This commit is contained in:
parent
b5868da56c
commit
eca2ad332c
1 changed files with 1 additions and 1 deletions
2
ponysay
2
ponysay
|
@ -63,7 +63,7 @@ say() {
|
||||||
export PERL_UNICODE=S
|
export PERL_UNICODE=S
|
||||||
|
|
||||||
if [ "$TERM" = "linux" ]; then
|
if [ "$TERM" = "linux" ]; then
|
||||||
echo -ne '\ec'
|
echo -ne '\e[H\e[2J'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
function wtrunc
|
function wtrunc
|
||||||
|
|
Loading…
Reference in a new issue