mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-12 16:24:48 +02:00
[skip travis] Minor README and help updates to be more clear.
This commit is contained in:
parent
396360cdbf
commit
726006dbec
@ -47,7 +47,7 @@ Currently, I'm unable to really dev or test on MacOS, so I'm not sure how well t
|
||||
|
||||
- `q`, `Ctrl-C` to quit.
|
||||
|
||||
- `f` to freeze updating. Press `f` again to unfreeze. Note updating will still continue in the background.
|
||||
- `f` to freeze the screen from updating with new data. Press `f` again to unfreeze. Note that monitoring will still continue in the background.
|
||||
|
||||
- `Up/k`, `Down/j`, `Left/h`, `Right/l` to navigate between panels.
|
||||
|
||||
@ -55,7 +55,7 @@ Currently, I'm unable to really dev or test on MacOS, so I'm not sure how well t
|
||||
|
||||
- `Esc` to close a dialog window.
|
||||
|
||||
- `?` to get a help screen explaining the controls.
|
||||
- `?` to get a help screen explaining the controls. Note all controls except `Esc` to close the dialog will be disabled while this is open.
|
||||
|
||||
#### Processes Panel
|
||||
|
||||
|
@ -75,7 +75,7 @@ pub fn draw_data<B : backend::Backend>(terminal : &mut Terminal<B>, app_state :
|
||||
];
|
||||
|
||||
Paragraph::new(text.iter())
|
||||
.block(Block::default().title("Help").borders(Borders::ALL))
|
||||
.block(Block::default().title("Help (Press Esc to close)").borders(Borders::ALL))
|
||||
.style(Style::default().fg(Color::Gray))
|
||||
.alignment(Alignment::Left)
|
||||
.wrap(true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user