Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

0179-press_revert_button
press_revert_button = function()
	Show_menu = nil
	love.filesystem.remove(Directory..Current_pane.filename)
	-- As a sort of undo, we don't mess with the bufferr. Conservatively indicate that there are unsaved changes.
	Current_pane.editor_state.next_save = Current_time + 3
end