https://gitlab.synchro.net/main/sbbs/-/issues/1107#note_8719
@rswindell This doesn't make sense to me.. On line 6172, DDMsgReader does this:
```
console.gotoxy(originalCurPos);
```
And before that, on line 6128, originalCurPos is declared & assigned as follows:
```
var originalCurPos = console.getxy();
```
Can you think of anything that might cause the error reported in this issue? The only thing I can think of is that console.getxy() returned the array reported in the error, but I don't know why it would do that.
--- SBBSecho 3.37-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)