| 160 | } |
| 161 | |
| 162 | int EndListShow(void) |
| 163 | { |
| 164 | if(mordoe) |
| 165 | { |
| 166 | int r=ListChoice(1); |
| 167 | if(r>0 && r<=listcount) |
| 168 | listsel=listids[r-1]; |
| 169 | } |
| 170 | return(listsel); |
| 171 | } |
| 172 | |
| 173 | /* Returns 0 to stop listing, 1 to continue. */ |
| 174 | int AddToList(char *text, uint32 id) |
no test coverage detected