From 38037752ee8e9b3f879b74db4ef588f27b43ba52 Mon Sep 17 00:00:00 2001 From: speedie Date: Wed, 29 Mar 2023 22:50:00 +0200 Subject: [PATCH] add wayland support to TODO --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index a7da1be..0bf02ba 100644 --- a/TODO +++ b/TODO @@ -5,3 +5,4 @@ - 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 - Use cairo for text drawing over Xft +- MAYBE wayland support, but only if it doesn't require writing any extra code which as of now seems unlikely