| 20 | |
| 21 | |
| 22 | class HelpMessage(npyscreen.fmForm.Form): |
| 23 | DEFAULT_LINES = 9 |
| 24 | DEFAULT_COLUMNS = 45 |
| 25 | SHOW_ATX = 33 |
| 26 | SHOW_ATY = 4 |
| 27 | |
| 28 | |
| 29 | class FilterButton(npyscreen.MiniButtonPress): |
nothing calls this directly
no outgoing calls
no test coverage detected