Update the xy position of the '.' (and possibly the aframe).
(self, acc_win, x, y)
| 226 | self.ui.exec_locked(locked_display) |
| 227 | |
| 228 | def update(self, acc_win, x, y): |
| 229 | """Update the xy position of the '.' (and possibly the aframe).""" |
| 230 | |
| 231 | self.window = acc_win |
| 232 | self.y = y |
| 233 | self.x = x |
| 234 | self.display() |
| 235 | |
| 236 | def std_color(self): |
| 237 | self.setcolor('black') |
no test coverage detected