open_thread = function(filename) Global_state.thread = rows() load_subtree(filename, Global_state.thread.data, 0) love.window.setTitle('pothi.love - '..filename) A() Viewport.x, Viewport.y = Viewport_bounds.xmin, Viewport_bounds.ymin B() end