From d22cd8a0466a5b809094e4391bc65155c213247d Mon Sep 17 00:00:00 2001 From: anon Date: Wed, 14 Aug 2024 22:25:16 +0200 Subject: [PATCH] notes to self --- documentation/BUGS.md | 2 ++ documentation/TODO.md | 1 + 2 files changed, 3 insertions(+) create mode 100644 documentation/BUGS.md diff --git a/documentation/BUGS.md b/documentation/BUGS.md new file mode 100644 index 0000000..f27aaf9 --- /dev/null +++ b/documentation/BUGS.md @@ -0,0 +1,2 @@ ++ readline calling `return_input_available()` will SIGILL; +as far as im aware, its gcc 13 being retarded on nested functions diff --git a/documentation/TODO.md b/documentation/TODO.md index 3f8d4da..fa018d6 100644 --- a/documentation/TODO.md +++ b/documentation/TODO.md @@ -1,5 +1,6 @@ + scroll flashes + technical dept in tui.cpp - + fuzzy search is shit ++ resizing + man page + readme