From 2b03ca2eb6e30921aa72f95948350c7eb0577018 Mon Sep 17 00:00:00 2001 From: jyelon Date: Mon, 15 May 2023 12:33:17 -0400 Subject: [PATCH] Remove TODO list, moved to google drive --- luprex/TODO | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 luprex/TODO diff --git a/luprex/TODO b/luprex/TODO deleted file mode 100644 index d9181688..00000000 --- a/luprex/TODO +++ /dev/null @@ -1,11 +0,0 @@ - -Support unicode on output. -Support ANSI escape sequences on output. - -Figure out something to do about global variables. - -Do something about std::cerr && std::cout once and for all. - -Fix math.random (?) - -Do a better job handling 'close' in the driver (need some equivalent of SSL_shutdown) \ No newline at end of file