shithub: neatroff

Download patch

ref: 15cb691f34b7263ef7a9f5d81010ff1280a7f507
parent: 991aa18611972ab26900162fc1d967b570cdd878
author: Ali Gholami Rudi <ali@rudi.ir>
date: Thu May 2 02:15:00 EDT 2013

draw: change the default scale indicator of \L to v

--- a/draw.c
+++ b/draw.c
@@ -95,7 +95,7 @@
 {
 	char lc[GNLEN] = {c_ec, '(', 'b', 'r'};
 	int w, l, n, i, rem, hw, neg;
-	l = eval_up(&arg, 'm');
+	l = eval_up(&arg, 'v');
 	if (!l)
 		return;
 	neg = l < 0;