pub const UP_ARROW: &str = "\x1b[A";
Terminal escape code corresponding to pressing the up arrow key.