lqtop: more thinking

This commit is contained in:
Dave Taht
2023-01-20 05:33:32 +00:00
parent e81d862e1e
commit b89fd095e4

View File

@@ -299,6 +299,10 @@ pub async fn main() -> Result<()> {
code: KeyCode::Char('W'),
modifiers: KeyModifiers::NONE,
}) => break, // FIXME (un)display wider stuff
Event::Key(KeyEvent {
code: KeyCode::Char('8'),
modifiers: KeyModifiers::NONE,
}) => break, // FIXME Filter out fe80
Event::Key(KeyEvent {
code: KeyCode::Char('6'),
modifiers: KeyModifiers::NONE,
@@ -311,6 +315,10 @@ pub async fn main() -> Result<()> {
code: KeyCode::Char('5'),
modifiers: KeyModifiers::NONE,
}) => break, // FIXME ipv4 + ipv6
Event::Key(KeyEvent {
code: KeyCode::Char('T'),
modifiers: KeyModifiers::NONE,
}) => break, // FIXME Filter Tin. This would require an argument BVIL<RET>
Event::Key(KeyEvent {
code: KeyCode::Char('F'),
modifiers: KeyModifiers::NONE,
@@ -334,7 +342,7 @@ pub async fn main() -> Result<()> {
}) => break, // FIXME Capture what I am filtering on
Event::Key(KeyEvent {
code: KeyCode::Char('F'),
modifiers: KeyModifiers::NONE,
modifiers: KeyModifiers::CONTROL,
}) => break, // FIXME Freeze what I am filtering on
Event::Key(KeyEvent {
code: KeyCode::Char('S'),