indicate unsaved changes
Dependencies
Change contents
- replacement in 0020-draw_editor_border at line 16
local tx2 = tx1 + App.width(Current_pane.filename)love.graphics.print(Current_pane.filename, tx1, y1-15+5)local filename = Current_pane.filenameif Current_pane.editor_state.next_save thenfilename = filename..' *'endlocal tx2 = tx1 + App.width(filename)love.graphics.print(filename, tx1, y1-15+5)