[]Function rltk::clear_command_buffer

pub fn clear_command_buffer(
) -> Result<(), Box<dyn Error + 'static + Send + Sync>>

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.