fix print_info shake effect

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@800 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2007-12-05 12:11:13 +00:00
parent 0c19d61593
commit 9b265e6499
+2 -2
View File
@@ -235,7 +235,7 @@ def print_error(msg, back = False):
_lastline = msg
else:
return
writechar("\r"+_lastline.rstrip()+"\r")
writechar("\r "+_lastline.rstrip()+"\r")
writechar("\r"+red(">>")+" "+msg)
return
writechar("\r"+_cleanline+"\r")
@@ -249,7 +249,7 @@ def print_info(msg, back = False):
else:
return
writechar("\r"+_lastline.rstrip()+"\r")
writechar("\r "+_lastline.rstrip()+"\r")
writechar("\r"+green(">>")+" "+msg)
return
writechar("\r"+_cleanline+"\r")