about summary refs log tree commit diff stats
path: root/shell
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-06-30 09:44:20 -0700
committerKartik Agaram <vc@akkartik.com>2021-06-30 09:44:20 -0700
commit49d60aa575bff129d3498d70b727dbe273ef3908 (patch)
treea248196d84f26e5e2d18c2c5d2cc73bef48e782a /shell
parentc76679dbff6b3f350fbf0696a0d986514ba11676 (diff)
downloadmu-49d60aa575bff129d3498d70b727dbe273ef3908.tar.gz
delete a known issue
I can't reproduce the issue with the keyboard handler anymore :/
Diffstat (limited to 'shell')
-rw-r--r--shell/README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/README.md b/shell/README.md
index c2cae46f..d0dd61ec 100644
--- a/shell/README.md
+++ b/shell/README.md
@@ -177,9 +177,6 @@ To pass operators to higher-order functions, wrap them in parens
 
 * No mouse support.
 
-* Don't press keys too quickly (such as by holding down a key). The Mu
-  computer will crash (and often Qemu will segfault).
-
 * Mu currently assumes access to 2GB of RAM. To increase that, modify the
   definition of `Heap` in 120allocate.subx, and then modify the `-m 2G`
   argument in the Qemu commands above. Mu currently has no virtual