Closed ERnsTL closed 7 years ago
Thanks for reporting the issue! Could it be the same issue as #69 ?
With regards to how the issue manifests, yes, this seems to be the same issue, though above test program does not do any complex editing, just asks the user for a string and catches the Enter key.
So the solution of this issue if I understand #69 correctly - depends on editing mode rewrite? Then it will be gone?
Exactly, the editing mode rewrite will fix these issues. BTW is it ok if I close this issue? We can continue the discussion in #69.
Sure, I see this issue is also linked back, so closing is perfectly fine.
Greetings,
In relation to issue #54, which is now fixed, there is an issue remaining: view.Line(0) returns the whole line and no second line exists in the Enter key handler, but there is a trailing \x00 = null byte returned by view.Line(0).
Test program for cut and paste; the issue shows up in function
readToken
: