Function clear_command_buffer

Source
pub fn clear_command_buffer() -> Result<(), Box<dyn Error + Send + Sync>>
Expand description

Clears the global command buffer. This is called internally by BTerm at the end of each frame. You really shouldn’t need to call this yourself.