summaryrefslogtreecommitdiffstats
path: root/chars.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-14 20:57:07 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-14 20:57:07 +0000
commita20ce5b08da3bf35aba0065fbac0a3b322fc5e1d (patch)
treef5722bdbfca65cec65f4b8dc30329013868c06d4 /chars.c
parent554f535b5013fcad7f9bd0837286bfa2d2f22dfc (diff)
downloadmandoc-a20ce5b08da3bf35aba0065fbac0a3b322fc5e1d.tar.gz
add the \(ru (0.5m baseline ruler) character escape sequence,
abused by mail/nmh; groff_char(7) confirms that this really exists
Diffstat (limited to 'chars.c')
-rw-r--r--chars.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/chars.c b/chars.c
index 7dd957cd..f1b738a1 100644
--- a/chars.c
+++ b/chars.c
@@ -61,6 +61,7 @@ static struct ln lines[] = {
{ "ba", "|", 0x007c },
{ "br", "|", 0x2502 },
{ "ul", "_", 0x005f },
+ { "ru", "_", 0x005f },
{ "rn", "-", 0x203e },
{ "bb", "|", 0x00a6 },
{ "sl", "/", 0x002f },