From c3847800280d923f3d463d5e9d4bfe7efbde05d1 Mon Sep 17 00:00:00 2001 From: bloeys Date: Wed, 24 Apr 2024 21:58:12 +0400 Subject: [PATCH] Comments --- main.go | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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()