const text/tabwriter.Escape

7 uses

	text/tabwriter (current package)
		tabwriter.go#L427: const Escape = '\xff'
		tabwriter.go#L432: 	case Escape:
		tabwriter.go#L433: 		b.endChar = Escape
		tabwriter.go#L447: 	case Escape:
		tabwriter.go#L555: 			case Escape:
		tabwriter.go#L563: 				b.startEscape(Escape)
		tabwriter.go#L581: 				if ch == Escape && b.flags&StripEscape != 0 {