package runes
import "github.com/abiosoft/readline/runes"
deprecated. see https://github.com/chzyer/readline/issues/43 use github.com/chzyer/readline/runes.go
Index ¶
- func Aggregate(candicate [][]rune) (same []rune, size int)
- func Backspace(r []rune) []byte
- func ColorFilter(r []rune) []rune
- func Copy(r []rune) []rune
- func Equal(a, b []rune) bool
- func HasPrefix(r, prefix []rune) bool
- func Index(r rune, rs []rune) int
- func IndexAll(r, sub []rune) int
- func IndexAllBck(r, sub []rune) int
- func Width(r rune) int
- func WidthAll(r []rune) (length int)
Functions ¶
func Aggregate ¶
func Backspace ¶
func ColorFilter ¶
func Copy ¶
func Equal ¶
func HasPrefix ¶
func Index ¶
func IndexAll ¶
Search in runes from front to end
func IndexAllBck ¶
Search in runes from end to front
func Width ¶
func WidthAll ¶
Source Files ¶
- Version
- v0.0.0-20180607040430-155bce2042db (latest)
- Published
- Jun 7, 2018
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 4 days ago –
Tools for package owners.