Add Bug doc for config bug

This commit is contained in:
project-repo 2023-01-06 16:52:04 +01:00
commit c07a734262

15
Bugs.md
View file

@ -1088,3 +1088,18 @@ Cagebreak used to have no way to hide the cursor. This is now possible.
Cagebreak used to not change the cursor while waiting for a key. The cursor
is now a square in this state.
## Issue 52
* github issue number: N/A
* Fixed 2.0.0
Cagebreak did not correctly apply some simple commands if they were simply
written in the configuration file.
Consider the example config file:
```
quit
```
Under these circumstances Cagebreak did not quit right after startup.