mirror of
https://github.com/bloeys/nterm.git
synced 2025-12-29 06:28:20 +00:00
Comments
This commit is contained in:
8
main.go
8
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()
|
||||
|
||||
Reference in New Issue
Block a user