aboutsummaryrefslogtreecommitdiff
path: root/g.tmac
diff options
context:
space:
mode:
Diffstat (limited to 'g.tmac')
-rw-r--r--g.tmac9
1 files changed, 6 insertions, 3 deletions
diff --git a/g.tmac b/g.tmac
index e7d0f5d..bb2c71c 100644
--- a/g.tmac
+++ b/g.tmac
@@ -372,9 +372,12 @@ ___________________
. shift 2
.
. \" request space or recurse
-. ie \n(.$=0 .if (\nsu)>\n(.tu \{\
-. br
-. bp
+. ie \n(.$=0 \{\
+. nr S \ns-\n(_v \" do not request too much
+. if (\nSu)>\n(.tu \{\
+. br
+. bp
+. \}
. \}
. el .*w \ns \$@
..