From de427d319c699b8bed7ed73289b3698f13ac3acc Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 02:29:14 +0100 Subject: 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. --- bin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/README.md') 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 | -- cgit v1.2.1