Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

0169-editor_right_margin
editor_right_margin = function()
	return math.min(100+30*Font:getWidth('m'), Safe_width-Side_button_width*2-Scrollbar_width)
end