const CONTROL_Z: char = '\u{001A}';
^Z is by convention an end-of-text marker, and the game engine treats it as such.