This commit is contained in:
Rohan Santhosh Kumar 2026-08-08 22:19:02 +05:45 committed by GitHub
commit bbfb777718
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ import (
)
// helpEntry is a entry in a help menu containing values for a keystroke and
// it's associated action.
// its associated action.
type helpEntry struct{ key, val string }
// helpColumn is a group of helpEntries which will be rendered into a column.