PO77NPCO2Y4RKIG6TJWOA44PKCAAZ2LXOIRBBOPTA3D4BUTHL6MQC
local tx2 = tx1 + App.width(Current_pane.filename)
love.graphics.print(Current_pane.filename, tx1, y1-15+5)
local filename = Current_pane.filename
if Current_pane.editor_state.next_save then
filename = filename..' *'
end
local tx2 = tx1 + App.width(filename)
love.graphics.print(filename, tx1, y1-15+5)