Skip to content
Snippets Groups Projects
Commit c516c6e3 authored by deuce's avatar deuce
Browse files

Go back to the pre-0.75 behaviour of always ending lines with CRLF on output.

Previously, this was done as Synchronet didn't natively support re-wrapping
to the console screen width (and word_wrap() didn't exist), so fseditor
needed a way to distinguish between "soft" and "hard" CRs when unwrapping.

This is no longer the case, so the space-newline pair for soft CRs is no
longer useful.  Instead, it can now cause an issue where a blank line is
rendered in some terminals when there is a soft CR after a character in the
second-last column.

The space was added for FTS-0001 compatability, but since we will now use
CRLF pairs, this is no longer an issue.
parent cb1e11da
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment