YMKVHKZR5IQ6U3VFJNBPVRLTBOHV2Y7K6RAGIWPC6VBQQW7SR5QQC
filename = love.filesystem.getSourceBaseDirectory()..'/lines.txt', -- '/' should work even on Windows
next_save = nil,
-- undo
history = {},
next_history = 1,
-- search
search_term = nil,
search_text = nil,
search_backup = nil, -- stuff to restore when cancelling search
}
return result
end -- App.initialize_state