fix canvasevent handling. A \n has to be sent after the actual payload.

This commit is contained in:
Ralf Teusner
2015-12-01 17:43:08 +01:00
parent c848a1dae7
commit 12f52c0cfc

View File

@ -33,6 +33,7 @@ function Turtle(pipe, canvas) {
'x': xpos - dx,
'y': ypos - dy
}));
pipe.send('\n');
});
}