From bb9e0f1631dd0773ba24d023b57cafba4b283a74 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 02:29:14 +0100 Subject: ESCAPE key no longer quits simulation. [#19] I felt it was too easy to quit the simulation accidentally. Now, a user has to type 'q' or 'quit' on the console in order to exit. --- bin/README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/README.md') diff --git a/bin/README.md b/bin/README.md index 6bb42a5..0a714b7 100644 --- a/bin/README.md +++ b/bin/README.md @@ -32,7 +32,6 @@ $ ./bin/salis.py load --file 16.sim |`X` |Toggle hex/decimal value printing | |Numbers `[1..0]` |Cycle simulation `2^(n-1) % 10` steps | |Enter |Activate cursor (WORLD page) | -|Escape |Save and quit simulation | ### Console commands The console opens up when `c` is pressed. Commands, with their respective -- cgit v1.2.1