]> git.neil.brown.name Git - edlib.git/commit
markup: always convert control characters.
authorNeilBrown <neil@brown.name>
Wed, 21 Jun 2023 04:35:50 +0000 (14:35 +1000)
committerNeilBrown <neil@brown.name>
Wed, 28 Jun 2023 07:51:41 +0000 (17:51 +1000)
commit0eb606f49a0f3f96ca8b3fc16c5e2714d39cea18
treef0ccfe413478f26b3aa3b82479c238e4e9d28c4e
parentbae4ca9e926ffa364b97ca4f7c6d07ba392be18a
markup: always convert control characters.

I don't know why this is_true_eol test is here, but is is NEVER set at
this point, so it breaks control characters - leaving them to
lib-renderline to handle, which I don't want.

Signed-off-by: NeilBrown <neil@brown.name>
lib-markup.c