Travis Cross 59f80c9e4f Handle bodies not ending in newlines w/EL_REFRESH
The issue is that sofia siptrace output doesn't end each line with a
newline.  Instead it sends a separate newline afterward, which comes
in as a separate event body.  With the new EL_REFRESH code in effect
the line is being cleared after the siptrace output has been written
but before that next newline comes in.

With our own refresh code this doesn't happen because of slight
differences in where the stdio buffers get flushed compared to where
the output of clear_line() ends up.

This is a bit of a clumsy workaround.  But we'll fix it first, then
refactor.
2014-03-27 23:06:07 +00:00
..
2014-02-22 18:33:56 -06:00
2013-07-12 14:43:18 -05:00
2014-03-21 16:01:35 -05:00
2013-07-12 14:43:18 -05:00
2014-03-21 14:57:13 -05:00
2010-02-04 22:21:23 +00:00
2013-04-08 21:17:02 -05:00
2008-12-31 19:14:52 +00:00
2013-04-08 21:17:02 -05:00
2013-04-08 21:17:02 -05:00
2010-12-16 12:17:02 -06:00