// Copyright © 2017 Bart Massey
// [This program is licensed under the "MIT License"]
// Please see the file LICENSE in the source
// distribution of this software for license terms.
//! ASCII-art "Cylon" display.
//! This is something we used to write in the 1980s to run
//! on our glass TTYs.
use str;
use sleep;
use Duration;
use prompt;
const WIDTH: usize = 7;