1
1
mirror of https://github.com/walles/moar.git synced 2024-09-11 12:15:43 +03:00

Simple change in the screen lines to be better to understand

This commit is contained in:
Vinícius Machado Daros 2022-12-12 21:32:09 -03:00
parent 6a03688e09
commit 26cdfc0eeb

View File

@ -60,9 +60,9 @@ func (p *Pager) redraw(spinner string) {
p.addGotoLineFooter()
case _Viewing:
helpText := "Press ESC / q to exit, '/' to search, '?' for help"
helpText := "Press 'ESC' or 'q' to exit, '/' to search, '?' for help"
if p.isShowingHelp {
helpText = "Press ESC / q to exit help, '/' to search"
helpText = "Press 'ESC' or 'q' to exit help, '/' to search"
}
if p.ShowStatusBar {