Returns the OSC 8 hyperlink at the given zero-based terminal column.
String? hyperlinkAtCell(int col) { return _hyperlinkInfoAtCell(col)?.uri; }