diff options
Diffstat (limited to 'main/groff/site.tmac')
-rw-r--r-- | main/groff/site.tmac | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/main/groff/site.tmac b/main/groff/site.tmac new file mode 100644 index 0000000000..cf0ef61d63 --- /dev/null +++ b/main/groff/site.tmac @@ -0,0 +1,17 @@ +. +.if n \{\ +. \" Character translations for non-keyboard +. \" characters - to make them searchable +. if '\*[.T]'utf8' \{\ +. char \- \N'45' +. char - \N'45' +. char ' \N'39' +. char \' \N'39' +. \} +. +. \" Shut off SGR by default (groff colors) +. \" Require GROFF_SGR envvar defined to turn it on +. if '\V[GROFF_SGR]'' \ +. output x X tty: sgr 0 +.\} + |