1 2 3 4 5 6 7
package ansiterm type ansiContext struct { currentChar byte paramBuffer []byte interBuffer []byte }