From a247a9e925fe824aa5d6a5d8593b51f53152d744 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 20 May 2022 15:29:50 -0700 Subject: [PATCH] update TODO --- TODO.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 65f3535f6..5612740b4 100644 --- a/TODO.md +++ b/TODO.md @@ -1,8 +1,8 @@ Performance: * libuv allocates on every read, we should use a read buffer pool -* update cells for drawing should just happen once per frame * update cells should only update the changed cells +* terminal data structure is bad! Correctness: @@ -11,3 +11,15 @@ Correctness: Visual: * bell + +Major Features: + +* History, mouse scrolling +* Line wrap +* Selection, highlighting +* Copy/paste +* Bold +* Underline +* Strikethrough +* Emoji +* Ligatures