From 9d6e36a7525c97f3d5d081407e39688750e5169e Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 8 May 2019 18:17:19 +0100 Subject: Adjust wrap of plain text content to recommended width --- gentoobrowse-api/service/xsltStreamSerializer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoobrowse-api/service/xsltStreamSerializer.cpp b/gentoobrowse-api/service/xsltStreamSerializer.cpp index ff73c2e..abe652d 100644 --- a/gentoobrowse-api/service/xsltStreamSerializer.cpp +++ b/gentoobrowse-api/service/xsltStreamSerializer.cpp @@ -59,7 +59,7 @@ namespace Gentoo { callLynx.push_back("/usr/bin/lynx"); callLynx.push_back("-dump"); callLynx.push_back("-stdin"); - std::string widthArg = "-width=105"; + std::string widthArg = "-width=78"; callLynx.push_back(widthArg); AdHoc::System::ProcessPipes fds(callLynx, true, true, false); FILE * lynxIn = fdopen(fds.fdIn(), "w"); -- cgit v1.2.3