Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

0168-press_previous_pane_button
press_previous_pane_button = function()
	Show_menu = nil
	if Current_pane_index <=1 then return end
	Current_pane_index = Current_pane_index-1
	Current_pane = Panes[Current_pane_index]
end