// Render current screen state to a file render_to_file :: (screen: *Screen, preserve_color: bool, filepath: string) { assert(false, "Not implemented"); } #scope_file #import "File";