context.go (
6
lines of code) (
raw
):
package ansiterm type ansiContext struct { currentChar byte paramBuffer []byte interBuffer []byte }