From 4726db4a00c349550723d7cd4b8b4180661620cb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 30 Oct 2015 12:20:47 +0200 Subject: Reimplement format() to first split string into paragraphs --- cli/context.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli/context.hxx') diff --git a/cli/context.hxx b/cli/context.hxx index 6eeaa3b..33dc58e 100644 --- a/cli/context.hxx +++ b/cli/context.hxx @@ -98,6 +98,9 @@ public: static string format (output_type, string const&, bool para); + static void + format_line (output_type, string&, const char*, size_t); + public: static string const& ename (semantics::nameable& n) -- cgit v1.1