Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
print_to_output = function(...) local args = pack(...) local line = table.concat(map_nil(args, tostring), ' ') table.insert(Output_editor_state.lines, {data=line}) end