Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

0132-text_input_on_file_dialog
text_input_on_file_dialog = function(t)
	-- the file dialog input only supports appending
	File_dialog_input_text = File_dialog_input_text..t
	refresh_file_dialog_input_start()
end