summarylogtreecommitdiffstats
path: root/site.tmac
diff options
context:
space:
mode:
authorP. A. López-Valencia2015-06-11 21:31:42 -0500
committerP. A. López-Valencia2015-06-11 21:31:42 -0500
commitcdb6d100ad25aa126c673a6bbcdc5de0a347b90c (patch)
tree5e0385f322b7d7b6de56cb0ee9291233f1465fdd /site.tmac
downloadaur-cdb6d100ad25aa126c673a6bbcdc5de0a347b90c.tar.gz
groff-git 1.22.3.r2775-1
Diffstat (limited to 'site.tmac')
-rw-r--r--site.tmac16
1 files changed, 16 insertions, 0 deletions
diff --git a/site.tmac b/site.tmac
new file mode 100644
index 000000000000..8ef1040ca4a0
--- /dev/null
+++ b/site.tmac
@@ -0,0 +1,16 @@
+.
+.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
+.\}