diff options
author | Grail Finder <wohilas@gmail.com> | 2024-11-26 21:15:04 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2024-11-26 21:15:04 +0300 |
commit | ad65c3583a47d09dc1b3b50fd02fb411344bd9ae (patch) | |
tree | afc1d10f8c6a5f6d2dffa9f558e4ba87bbcae4d8 /main.go | |
parent | 5dfb5584767e56180771ca08c4c27def3b2db536 (diff) |
Feat: add help page
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ var ( editMode = false botMsg = "no" selectedIndex = int(-1) - indexLine = "Esc: send msg; PgUp/Down: switch focus; F1: manage chats; F2: regen last; F3:delete last msg; F4: edit msg; F5: toggle system; F6: interrupt bot resp; bot resp mode: %v; current chat: %s" + indexLine = "F12 to show keys help; bot resp mode: %v; current chat: %s" focusSwitcher = map[tview.Primitive]tview.Primitive{} ) |