When I am running a command that runs in the editor pane, apparently
characters are sent before I press enter.

I am adding a simple Python interpreter in the Output pane. I wrote a
small Python file that basically evals what is entered. (I would have
run the python shell itself, but that sends output into stderr).

The program works, but characters are sent too soon. One would expect
that they are not sent until Enter is pressed. For example, if trying to
type the number "45":

Type "4"
Type "6", oops,
 Backspace
Type "5"

and push enter, the number that Python receieves is 465, not 45.
I can't think of when I would want something like this. Is there a way
to get around it?

-Ben

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to