--- help panel (bottom slide-up) ------------------------------------- helpEntry is one (key, description) row inside a help column.
| 1415 | |
| 1416 | // helpEntry is one (key, description) row inside a help column. |
| 1417 | type helpEntry struct{ key, desc string } |
| 1418 | |
| 1419 | // helpColumn is a labeled vertical group of entries. |
| 1420 | type helpColumn struct { |
nothing calls this directly
no outgoing calls
no test coverage detected