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