| 663 | } |
| 664 | |
| 665 | virtual void init() |
| 666 | { |
| 667 | keynames[0] = 0; |
| 668 | for(keym **km = findbinda(bindcmd, bindtype); *km; km++) concatformatstring(keynames, " or %s", (*km)->name); |
| 669 | keyname = *keynames ? keynames + 4 : unknown; |
| 670 | capture = false; |
| 671 | menuheader(parent, NULL, NULL); |
| 672 | } |
| 673 | |
| 674 | virtual int select() |
| 675 | { |
nothing calls this directly
no test coverage detected