def check_at(s, a, forwards=True): check_items(vx.get_linecoloffset_of_str(w, s, int(forwards)), a)
def dosearch(self, window, search_for, forwards): l, c, o = vx.get_linecoloffset_of_str(window, search_for, forwards) return l, c, o, len(search_for)