func unicode.IsGraphic

4 uses

	unicode (current package)
		graphic.go#L36: func IsGraphic(r rune) bool {

	src.elv.sh/pkg/cli/mode
		navigation.go#L331: 		} else if r == '\n' || unicode.IsGraphic(r) {

	src.elv.sh/pkg/cli/tk
		codearea.go#L313: 		if isFuncKey || !unicode.IsGraphic(key.Rune) {

	src.elv.sh/pkg/eval
		glob.go#L53: 	"graphic": unicode.IsGraphic,