File: context.go

package info (click to toggle)
golang-github-azure-go-ansiterm 0.0~git20160622.0.fa152c5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 252 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
package ansiterm

type ansiContext struct {
	currentChar byte
	paramBuffer []byte
	interBuffer []byte
}