Fix a problem with the Simplified Chinese commander input where pressing the up arrow after pasting multiple lines of Logo code didn't move the insertion point, and so you couldn't get up to the commander input.
Rather than implement a LineUp() that emulates an up-arrow, I decided that the cleaner approach was to let the underlying control handler the up arrow however it sees fit. This works equally well for wxStyledTextCtrl and wxTextCtrl.