diff options
| author | lukeflo | 2024-09-25 22:42:51 +0200 |
|---|---|---|
| committer | lukeflo | 2024-09-25 22:42:51 +0200 |
| commit | 81cd14a7603ce4a9b312f3a5a62eb8e9ad7e3e2f (patch) | |
| tree | 116ab5a61de17a91ae23c86aa4cbe7e1dccd6ba1 /src/frontend | |
| parent | 50256d954a026f7da3cce182717112e9c1d153f5 (diff) | |
| download | bibiman-81cd14a7603ce4a9b312f3a5a62eb8e9ad7e3e2f.tar.gz bibiman-81cd14a7603ce4a9b312f3a5a62eb8e9ad7e3e2f.zip | |
refinement of bib backend
Diffstat (limited to 'src/frontend')
| -rw-r--r-- | src/frontend/ui.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/ui.rs b/src/frontend/ui.rs index 7b13f4b..5d17051 100644 --- a/src/frontend/ui.rs +++ b/src/frontend/ui.rs @@ -104,7 +104,7 @@ impl App { } pub fn render_footer(area: Rect, buf: &mut Buffer) { - Paragraph::new("Use g/h to move, h to unselect, g/G to go top/bottom.") + Paragraph::new("Use j/k to move, h to unselect, g/G to go top/bottom.") .centered() .render(area, buf); } |
