From b9b82f397623d749fafa430593822eb2e6930985 Mon Sep 17 00:00:00 2001 From: Adam Perkowski Date: Fri, 26 Jul 2024 20:15:28 +0200 Subject: [PATCH] MERGE franzageek/main - Fix backspace (wasn't working - a jump was missing); - Fix bug where backspace left the first character inside of the buffer; - Improve input: - Buffer gets cleared while printing; - Check if number of characters exceeds 255; - Add check for special keys (not printed anymore).