From a3ba86189000ee9a39409c918ef41e945bd16e2d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 13 May 2013 08:12:05 +0200 Subject: readd the colours MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/parse.py | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src') diff --git a/src/parse.py b/src/parse.py index a0036cf..2a3a329 100755 --- a/src/parse.py +++ b/src/parse.py @@ -103,17 +103,6 @@ while True: break -colour_border = '' -colour_title = '' -colour_sel = '' -colour_unsel = '' -colour_help = '' -colour_timeout_msg = '' -colour_timeout = '' -colour_tabmsg = '' - - - border = colour_border labels = (labels + '\n' * rows).split('\n')[:rows] @@ -159,7 +148,7 @@ for seg in more: text = background + '\n' + '\n'.join((text + '\n' * 30).split('\n')[:30]) -print(text.replace('\033', ''), end = '') +print(text, end = '') os.system('bash -c "psf2txt <(gunzip < \'%s\') /dev/stderr 2>&1 >/dev/null | grep -v ++"' % font.replace('\'', '\'\\\'\'')) -- cgit v1.2.3-70-g09d2