Matches if terminal has text at the specified position
Matcher hasTextAt(int x, int y, String text) => HasTextAt(x, y, text);