DEBSOURCES
Skip Quicknav
sources / golang-github-charmbracelet-x / 0.0~git20251028.0cf22f8%2Bds-3 / cellbuf / errors.go
123456
package cellbuf import "errors" // ErrOutOfBounds is returned when the given x, y position is out of bounds. var ErrOutOfBounds = errors.New("out of bounds")