aboutsummaryrefslogtreecommitdiff
path: root/bin/salis.py
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2024-02-29 02:29:14 +0100
committerPaul Oliver <contact@pauloliver.dev>2024-02-29 02:29:14 +0100
commita0f381c9e80a86959b4af5e52807a8bcd1581d50 (patch)
treef68d789101dafe1f31b4b70e1c3e5286c95577ce /bin/salis.py
parentc83a79dc96d0745b390a46e272cbfb59533b23d3 (diff)
Added minimal mode.
[#25] Toggle minimal mode with 'M' key. When on minimal mode, only current cycle, epoch and process count are shown.
Diffstat (limited to 'bin/salis.py')
-rwxr-xr-xbin/salis.py1
1 files changed, 1 insertions, 0 deletions
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.