const text/tabwriter.Escape

7 uses

	text/tabwriter (current package)
		tabwriter.go#L431: const Escape = '\xff'
		tabwriter.go#L436: 	case Escape:
		tabwriter.go#L437: 		b.endChar = Escape
		tabwriter.go#L452: 	case Escape:
		tabwriter.go#L562: 			case Escape:
		tabwriter.go#L570: 				b.startEscape(Escape)
		tabwriter.go#L588: 				if ch == Escape && b.flags&StripEscape != 0 {