From a0f381c9e80a86959b4af5e52807a8bcd1581d50 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 02:29:14 +0100 Subject: Added minimal mode. [#25] Toggle minimal mode with 'M' key. When on minimal mode, only current cycle, epoch and process count are shown. --- bin/salis.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/salis.py') diff --git a/bin/salis.py b/bin/salis.py index 31a6ac1..8c477ff 100755 --- a/bin/salis.py +++ b/bin/salis.py @@ -53,6 +53,7 @@ class Salis: self.printer = Printer(self) self.handler = Handler(self) self.state = "paused" + self.minimal = False # Based on CLI arguments, initialize a new Salis simulation or load # existing one from file. -- cgit v1.2.1