From 9a094c5c67fa1408c96e556e95f52f15dc5efda6 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 01:50:45 +0100 Subject: Better command-line arguments for TSalis. TSalis may now be started using more standard arguments: "-n", "--new", "-l" and "--load". Also, updated README file to address this and previous changes. --- tsalis/src/printer.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tsalis/src/printer.c') diff --git a/tsalis/src/printer.c b/tsalis/src/printer.c index c835f24..ec01ada 100644 --- a/tsalis/src/printer.c +++ b/tsalis/src/printer.c @@ -102,12 +102,14 @@ tsp_check(void) return SFALSE; } + endwin(); return STRUE; } void tsp_init(void) { + initscr(); cbreak(); noecho(); curs_set(0); -- cgit v1.2.1