Patiencer / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Python interpreter output wraps after 256 chars #292

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you go above 256 horizontal chars in the interpreter output window, it 
starts wrapping the text at width modulo 256. Seems as it's using a byte 
to store the text width.

Easy to check, set a small font on that window and output text to it.

Original issue reported on code.google.com by joh...@gmail.com on 18 Mar 2009 at 7:31

GoogleCodeExporter commented 9 years ago
"Seems as it's using a byte to store the text width"
Good guess!

Original comment by pyscripter on 17 May 2009 at 10:55

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 30 Sep 2010 at 3:09