From cad9f99a451ffe5c53a4e77848e386dbf3a407e1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 13 May 2013 12:32:42 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/parse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse.py') diff --git a/src/parse.py b/src/parse.py index e02bd61..ad7498b 100755 --- a/src/parse.py +++ b/src/parse.py @@ -128,7 +128,7 @@ title = (' ' * ((68 - len(title)) // 2) + title + ' ' * 68)[:68] title = '\033' + colour_title + '\033' + title + '\033\033' helpmsgendrow -= vshift -helptext = (helptext + '\n' * (helpmsgendrow - helpmsgrow + 2)).split('\n')[: helpmsgendrow - helpmsgrow + 2] +helptext = (helptext + '\n' * (helpmsgendrow - helpmsgrow + 1)).split('\n')[: helpmsgendrow - helpmsgrow + 1] helptext = ['\033' + colour_help + '\033' + (' ' * margin + x + ' ' * width)[:width] + '\033\033' for x in helptext] helptext = '\n'.join(helptext) -- cgit v1.2.3-70-g09d2