mastodon-unfurl.love/0055-set_cursor

8 lines
169 B
Plaintext

set_cursor = function(cursor_id)
-- position Cursor on the specific toot at Url
Cursor_node = Root
if Nodes[cursor_id] then
Cursor_node = Nodes[cursor_id]
end
end