summaryrefslogtreecommitdiff
path: root/vendor/github.com/charmbracelet/x/cellbuf/errors.go
blob: 64258fe33047a586b83e7ab574671c2884dd73a5 (plain)
1
2
3
4
5
6
package cellbuf

import "errors"

// ErrOutOfBounds is returned when the given x, y position is out of bounds.
var ErrOutOfBounds = errors.New("out of bounds")