From c680adc38481ae56f9daa8712ca5d277d15a437d Mon Sep 17 00:00:00 2001
From: anon <anon@anon.anon>
Date: Sun, 3 Sep 2023 00:31:47 +0200
Subject: [PATCH] readme update

---
 README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 38926ba..354bb33 100644
--- a/README.md
+++ b/README.md
@@ -118,17 +118,15 @@ All can be configured sucklessly under "config/colors.h". Hopefully the comments
 + scrollbar() uses magic int literals?
 + was there really ever a scrollbar?
 + a search struct could be great for caching and could ease the global situation
-## Original
+## From the original
 + Same capabilities as interactive in non interactive (one shot) mode
 + Provide some how-do-I-use-this-thing doc.
 
 
 # BUGS
-+ Changing text double frees:
++ Changing text double frees (NOTE: this problem is inherited):
 	free(): double free detected in tcache 2
 	Aborted
-+ Changing text can crash without replacing text and leaving the console ncursed
-+ After an attempted change malloc *can* cry and crash
 
 # Future features / contributor wishlist
 + providing support for other languages by integrating new lexers (e.g. ctag's)