| 471 | } |
| 472 | |
| 473 | virtual int select() |
| 474 | { |
| 475 | int result = 0; |
| 476 | if(parent->menusel == parent->items.length() - 1) |
| 477 | { |
| 478 | const char *tmp = text; |
| 479 | text = input.buf; |
| 480 | result = mitemmanual::select(); |
| 481 | text = tmp; |
| 482 | textinput(result, TI_MENU); |
| 483 | } |
| 484 | return result; |
| 485 | } |
| 486 | |
| 487 | void setdefaultvalue() |
| 488 | { |