src.elv.sh/pkg/cli/term.Pos.Col (field)

6 uses

	src.elv.sh/pkg/cli/term (current package)
		buffer.go#L19: 	Line, Col int
		buffer.go#L118: 			b.Dot.Col = b2.Dot.Col
		buffer.go#L152: 	fmt.Fprintf(sb, "Width = %d, Dot = (%d, %d)\n", b.Width, b.Dot.Line, b.Dot.Col)
		writer.go#L60: 	if to.Col > 0 {
		writer.go#L61: 		fmt.Fprintf(buf, "\033[%dC", to.Col)