From 006ec6d39c2a994c16d00dd6c752b0ab9d6e452a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Fri, 2 Oct 2020 18:09:30 +0200 Subject: [PATCH] Update TODO --- TODO.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.txt b/TODO.txt index 0ce43a7..87c32c5 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,5 +1,7 @@ general: +- SDL: handle the quit signal so that the program can be closed by closing the + window. - Refactor. - Port to ncurses? - Rewrite python scripts to C (faster, less bloat).