Gtk.TextIter.prototype.backward_visible_cursor_position

function backward_visible_cursor_position():Boolean {
    // Gjs wrapper for gtk_text_iter_backward_visible_cursor_position()
}

Moves iter forward to the previous visible cursor position. See Gtk.TextIter.prototype.backward_cursor_position for details.

Since 2.4

Returns

true if we moved and the new position is dereferenceable