HSJFH3TS7YNISPPZID66PP7AALAPXRUJ3AGLHS4LRMJD42HCUAHQC
if File_select_bar_text == nil then
File_select_bar_text = App.newText(love.graphics.getFont(), File_select_bar_value)
end
App.screen.draw(File_select_bar_text, text_start_x,y-5)
Text.draw_cursor(Editor_state, text_start_x+App.width(File_select_bar_text),y-5)
App.screen.print(File_select_bar_value, text_start_x,y-5)
Text.draw_cursor(Editor_state, text_start_x+App.width(File_select_bar_value),y-5)