mirror of
https://github.com/mrfluffy-dev/kami.git
synced 2026-01-17 12:50:32 +00:00
added help info foe ln page selection
This commit is contained in:
@@ -310,7 +310,11 @@ fn ui<B: Backend>(f: &mut Frame<B>, app: &mut App) {
|
|||||||
Span::styled("q", Style::default().add_modifier(Modifier::BOLD)),
|
Span::styled("q", Style::default().add_modifier(Modifier::BOLD)),
|
||||||
Span::raw(" to exit, "),
|
Span::raw(" to exit, "),
|
||||||
Span::styled("o", Style::default().add_modifier(Modifier::BOLD)),
|
Span::styled("o", Style::default().add_modifier(Modifier::BOLD)),
|
||||||
Span::raw(" to search."),
|
Span::raw(" to search, "),
|
||||||
|
Span::styled("h", Style::default().add_modifier(Modifier::BOLD)),
|
||||||
|
Span::raw(" to go to the previous page, "),
|
||||||
|
Span::styled("l", Style::default().add_modifier(Modifier::BOLD)),
|
||||||
|
Span::raw(" to go to the next page."),
|
||||||
],
|
],
|
||||||
Style::default().add_modifier(Modifier::RAPID_BLINK),
|
Style::default().add_modifier(Modifier::RAPID_BLINK),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user