Remove all VT control characters. Use to estimate displayed string width.
String stripVTControlCharacters(String text) => text.replaceAll(_ansi, '');