Rendering from an in-mem glyph grid

This commit is contained in:
bloeys
2022-09-24 07:05:21 +04:00
parent b5797c69f9
commit b6c468a23b
4 changed files with 167 additions and 41 deletions

View File

@ -127,7 +127,7 @@ const (
AnsiCodeOptions_LineAbs
AnsiCodeOptions_ScrollOffset
// This is at the bottom so iota starts at 0
// This is at the bottom so the above iota starts at 0
AnsiCodeOptions_Unknown AnsiCodeOptions = 0
)