pub fn write_text_slow<W: Write>( output: &mut W, screen: &Screen, delay: Duration, ) -> Result<()>
Writes UTF-8 text one character row at a time with a delay.