From 8e4ac5101cc7c8ce6b667fedb1d3cf5ed19498ef Mon Sep 17 00:00:00 2001 From: speedie Date: Tue, 28 Mar 2023 20:00:40 +0200 Subject: [PATCH] add some TODO --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index b3ccace..d471870 100644 --- a/TODO +++ b/TODO @@ -3,3 +3,5 @@ - Mouse bind array (mouse.h) - Add configuration file using (probably) libconfig - Use higher level libraries, MD5() is deprecated as of OpenSSL 3 but it has been temporarily silenced. This might also improve compatibility for people who don't use OpenSSL. +- Contextual completions +- Fix segmentation fault when using -P option (i don't have time to fix it just yet)