mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-27 07:34:27 +02:00
tmp
This commit is contained in:
parent
2fb17df786
commit
027390683f
@ -24,6 +24,3 @@ pub use padding::*;
|
||||
|
||||
pub mod time_graph;
|
||||
pub use time_graph::TimeGraph;
|
||||
|
||||
pub mod selectable_block;
|
||||
pub use selectable_block::SelectableBlock;
|
||||
|
@ -1,4 +0,0 @@
|
||||
/// A [`SelectableBlock`] is an extension around a [`Block`], that adds selection
|
||||
/// indication logic and binds [`Event::Keyboard`] events to **always** be captured by
|
||||
/// the children of the [`SelectableBlock`].
|
||||
pub struct SelectableBlock {}
|
Loading…
x
Reference in New Issue
Block a user