From b1628be28870c192a8c53f22227ed4c689d74888 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Sat, 29 Aug 2020 19:37:08 +0200 Subject: [PATCH] added todo --- console-gui.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/console-gui.py b/console-gui.py index 7db855a..20da8db 100644 --- a/console-gui.py +++ b/console-gui.py @@ -112,6 +112,8 @@ def load(): def delete_project(stdscr, projects: list,project_index): + + # need to make it prettier, also add ' around project title h, w = stdscr.getmaxyx() window_y = h // 2 - 3 window_x = w // 2 - 25