src.elv.sh/pkg/cli/term.Buffer.Dot (field)

15 uses

	src.elv.sh/pkg/cli/term (current package)
		buffer.go#L57: 	Dot Pos
		buffer.go#L106: 	b.Dot.Line -= low
		buffer.go#L107: 	if b.Dot.Line < 0 {
		buffer.go#L108: 		b.Dot.Line = 0
		buffer.go#L117: 			b.Dot.Line = b2.Dot.Line + len(b.Lines)
		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#L84: 	if pLine := w.curBuf.Dot.Line; pLine > 0 {
		writer.go#L173: 	bytesBuf.Write(deltaPos(cursor, buf.Dot))

	src.elv.sh/pkg/cli/tk
		codearea_render.go#L102: 	case b.Dot.Line < maxHeight:
		codearea_render.go#L108: 		b.TrimToLines(b.Dot.Line-maxHeight+1, b.Dot.Line+1)