1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-19 19:25:24 +00:00

💬 Add Num to bottomBar prompt

This commit is contained in:
makeworld 2020-06-29 13:39:47 -04:00
parent d81f0aa0b3
commit 6499fe6ae9
3 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Alt-Left and Alt-Right for history navigation (#23)
### Changed
- Bottom bar now says `URL/Num./Search: ` when space is pressed
### Fixed
- Actual unicode bullet symbol is used for lists: U+2022
- Performance when loading very long cached pages improved (#26)

View File

@ -230,7 +230,7 @@ func Init() {
switch string(event.Rune()) {
case " ":
// Space starts typing, like Bombadillo
bottomBar.SetLabel("[::b]URL or search: [::-]")
bottomBar.SetLabel("[::b]URL/Num./Search: [::-]")
bottomBar.SetText("")
App.SetFocus(bottomBar)
return nil

View File

@ -27,7 +27,7 @@ Ctrl-W|Close tab. For now, only the right-most tab can be closed.
Ctrl-R, R|Reload a page, discarding the cached version.
Ctrl-B|View bookmarks
Ctrl-D|Add, change, or remove a bookmark for the current page.
q, Ctrl-Q|Quit
q, Ctrl-Q, Ctrl-C|Quit
`)
var helpTable = cview.NewTable().