Scroll screen to make the character at INDEX is visible.
(self, index)
| 290 | "Remember the current X, Y coordinates." |
| 291 | |
| 292 | def see(self, index): |
| 293 | "Scroll screen to make the character at INDEX is visible." |
| 294 | pass |
| 295 | |
| 296 | # The following is a Misc method inherited by Text. |
| 297 | # It should properly go in a Misc mock, but is included here for now. |
no outgoing calls