| 314 | |
| 315 | |
| 316 | PlayerId CursesUI::getTarget() const { |
| 317 | if (targetIter->first == me) { |
| 318 | return AllPlayers; |
| 319 | } |
| 320 | return targetIter->first; |
| 321 | } |
| 322 | |
| 323 | |
| 324 | void CursesUI::handleResize(int lines, int cols) { |
no outgoing calls
no test coverage detected