"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > Why do that? My console has >140 columns, 80 is rather small.
It's to avoid buffer overflows. With escapes, 80 chars can potentially grow to 400 chars. -- Alexandre Julliard [EMAIL PROTECTED]
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > Why do that? My console has >140 columns, 80 is rather small.
It's to avoid buffer overflows. With escapes, 80 chars can potentially grow to 400 chars. -- Alexandre Julliard [EMAIL PROTECTED]