tokio::select!()
This fixes a bug that would cause a panic when quiting the process normally. `tokio::select!()` was used to await a single branch, which is useless as it can be replaced by a normal await.
use_self
cursive_buffered_backend
lazy_static
HighlightInactive