Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

0167-press_next_pane_button
press_next_pane_button = function()
	Show_menu = nil
	if Current_pane_index >= #Panes then return end
	Current_pane_index = Current_pane_index+1
	Current_pane = Panes[Current_pane_index]
end