d5742209d3
Fixes #113 Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
7 lines
104 B
Go
7 lines
104 B
Go
package ansiterm
|
|
|
|
type AnsiContext struct {
|
|
currentChar byte
|
|
paramBuffer []byte
|
|
interBuffer []byte
|
|
}
|