(ev)
| 400 | show_system(system_name) |
| 401 | |
| 402 | def do_move_up(ev): |
| 403 | close_current_dialog() |
| 404 | move_task(header, index, -1) |
| 405 | show_system(system_name) |
| 406 | |
| 407 | def do_move_down(ev): |
| 408 | close_current_dialog() |
nothing calls this directly
no test coverage detected