From c07a734262595238c3d3781eedb835348e72ea3c Mon Sep 17 00:00:00 2001 From: project-repo Date: Fri, 6 Jan 2023 16:52:04 +0100 Subject: [PATCH] Add Bug doc for config bug --- Bugs.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Bugs.md b/Bugs.md index 39141c2..a56a25f 100644 --- a/Bugs.md +++ b/Bugs.md @@ -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.