//! Utilities for clearing the screen.
use crate::;
/// Clear the screen (full clear, not scroll).
/// Clear the current line.
/// Clear a portion of the screen. *Note:* will clear using the current background color.
///
/// # Errors
///
/// If the rectangle was not orthogonal, returns `false`.