| 84 | COMMANDN(showmenu, showmenu_, "s"); |
| 85 | |
| 86 | const char *persistentmenuselectionalias(const char *name) |
| 87 | { |
| 88 | static defformatstring(al)("__lastmenusel_%s", name); |
| 89 | filtertext(al, al, FTXT__ALIAS); |
| 90 | return al; |
| 91 | } |
| 92 | |
| 93 | int normalizemenuselection(int sel, int length) |
| 94 | { |
no test coverage detected