commit b4033c14386ced8dbbcdbed3b9007b550c62273a parent d5e378fde54f2411ed40d71292e77d7b428f47b7 Author: glenda <glenda@9front.local> Date: Sun, 9 Jan 2022 16:00:17 +0000 remove TODOs Diffstat:
M | TODO | | | 16 | ---------------- |
1 file changed, 0 insertions(+), 16 deletions(-)
diff --git a/TODO b/TODO @@ -5,19 +5,3 @@ Rename Objects to Elements. Rename array to slice. Rethink color palette. - -Something in image drawing routines is broken, not handling it well -when image's rectangle.min != ZP. - -Prevent server from locking up, See 9pqueue(2). Probably need an -independent queue for every blocking file. - -Handle OTRUNC. - -Fix crashes when you write into files. - -Simplify file handling: add Array for text to objects, and use -standard arrayread/arraywrite. Copy array back to global text buffer -on destroyfid. Do the same for fonts. - -Separate functions for open and destroyfid, the way read/write works now.