From 602c3509b614c5667d17cafa750c85a8b8862eab Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 31 Jan 2016 07:53:30 +0200 Subject: Make monospace --- cli/context.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli') diff --git a/cli/context.cxx b/cli/context.cxx index c87087b..11c9ecf 100644 --- a/cli/context.cxx +++ b/cli/context.cxx @@ -237,7 +237,7 @@ translate_arg (string const& s, std::set& set) if (p == string::npos && s[i] == '<') { p = i; - r += "\\i{"; + r += "\\ci{"; continue; } @@ -285,7 +285,7 @@ translate (string const& s, std::set const& set) if (set.find (a) != set.end ()) { - r += "\\i{"; + r += "\\ci{"; for (size_t j (0), n (a.size ()); j < n; ++j) { -- cgit v1.1