Turned off wrap when possible on ICS servers.
authorEric Mullins <emwine@earthlink.net>
Sun, 11 Oct 2009 00:34:37 +0000 (18:34 -0600)
committerEric Mullins <emwine@earthlink.net>
Sun, 11 Oct 2009 00:34:37 +0000 (18:34 -0600)
commit45f6f7e592a1e99a5dfa301e2ab8a52b39a4fd8a
treea6463e154d700e6af18921840a57abb7d3398e9c
parent376090c180acf74598157c46f48f6bb2713bbbbf
Turned off wrap when possible on ICS servers.

Turning off line wrap prevents splitting lines up using the
continuation sequence "\\   ".  This is desirable when using
timeseal because timeseal's buffer is sometimes too small,
causing it to break lines itself.  These lines can't be joined.
backend.c