diff --git a/main.go b/main.go index 27b9c57..ceab69c 100755 --- a/main.go +++ b/main.go @@ -131,7 +131,13 @@ var ( yOff float32 = 0 ) -// @TODO: Convert most operations to use glyphGrid instead of drawing directly to glyphRend +/* +@TODO list: + +- Must convert operations to use glyphGrid instead of drawing directly to glyphRend + - Since we are mid transition things like syntax highlighting and RTL are broken + - Syntax highlighting should now either use ANSI codes for colors or write to the grid with proper values +*/ func main() { err := engine.Init()