[Bf-committers] Patch 18611: console.py linewrap

Jim Hill jthill at users.sf.net
Sat Apr 25 19:14:09 CEST 2009


Hi, patch 18611 makes console.py line wrapping work.  The older way was ~O(N^2), this way's O(N),
plus it makes a good first guess to cut the constant way down.

Built and tested against r19918.

Tell me if I've left any grunt work to do, I'll fix it.

Thanks,
Jim



More information about the Bf-committers mailing list