From cc5c00a12ceb417b726ea554c4f1707fcd0eed44 Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Thu, 30 Mar 2017 23:22:54 +1000 Subject: [PATCH] line breaks --- deps/aha/aha.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deps/aha/aha.c b/deps/aha/aha.c index 9cb6cc9..ca73453 100644 --- a/deps/aha/aha.c +++ b/deps/aha/aha.c @@ -357,6 +357,8 @@ char * aha(char *input) case '>': append_output(&output, ">", &size, &outat); break; case '\n':case 13: momline++; line=0; + append_output(&output, "
", &size, &outat); + break; default: { sprintf(minibuf, "%c", c); append_output(&output, minibuf, &size, &outat);