txtv

Swiss text tv in the terminal
git clone https://git.in0rdr.ch/txtv.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

commit ffdbea5d201d352c2608dec7d92e68c2f2edb432
parent d07e15e785819f758947e4bf6f779da25277e1a5
Author: Isak Lindhé <isak.e.lindhe@gmail.com>
Date:   Mon,  2 Sep 2019 11:38:32 +0200

newline before prompt

Diffstat:
Mtxtv/txtv.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/txtv/txtv.py b/txtv/txtv.py @@ -99,6 +99,7 @@ def interactive(start_page: Page): state = dict(page=start_page) while True: try: + print() prompt = cfg.get('general', 'prompt') raw = input(prompt + ' ').strip().lower() if cfg: