From: Orakaro Date: Thu, 29 May 2014 12:17:34 +0000 (+0900) Subject: clear will not add prefix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7186f5573e2e36ace609d70866952f78b0cba811;p=rainbowstream.git clear will not add prefix --- diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 4109b29..d6b3b2f 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -316,6 +316,7 @@ def clear(): Clear screen """ os.system('clear') + g['prefix'] = False def quit():