mirror of
https://github.com/bloeys/nterm.git
synced 2025-12-29 06:28:20 +00:00
Fix bug in ViewsFromTo where from might clip first value
This commit is contained in:
@ -17,7 +17,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
DefaultGlyphsPerBatch = 16384
|
||||
DefaultGlyphsPerBatch = 4 * 1024
|
||||
|
||||
floatsPerGlyph = 13
|
||||
invalidRune = unicode.ReplacementChar
|
||||
|
||||
Reference in New Issue
Block a user