aboutsummaryrefslogtreecommitdiff
path: root/bin/README.md
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
commitde427d319c699b8bed7ed73289b3698f13ac3acc (patch)
tree8ed7bf17bc45480589f39cff60a3258c6aad39cb /bin/README.md
parent8bef0b04edd10fe15589ae97edee5af177c635e0 (diff)
Numeric cycle now times out.
[#36] Using high numeric keys cycles simulation until a timeout is reached. This helps prevent Salis from hanging if a high number of cycles are requested.
Diffstat (limited to 'bin/README.md')
-rw-r--r--bin/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/README.md b/bin/README.md
index 7340b8e..635f233 100644
--- a/bin/README.md
+++ b/bin/README.md
@@ -32,7 +32,7 @@ $ ./bin/salis.py load --file 16.sim
|`k` |Scroll/go to selected (PROCESS and WORLD page) |
|`X` |Toggle hex/decimal value printing |
|`M` |Toggle minimal mode |
-|Numbers `[1..0]` |Cycle simulation `2^((n-1) % 10)` steps |
+|Numbers `[1..0]` |Cycle simulation `2^((n-1) % 10)` steps (max) |
|Enter |Activate cursor (WORLD page) |
|Escape |Save and quit simulation |