svn commit: r267173 - head/tools/tools/vt/fontcvt

Ed Maste emaste at FreeBSD.org
Fri Jun 6 17:38:30 UTC 2014


Author: emaste
Date: Fri Jun  6 17:38:30 2014
New Revision: 267173
URL: http://svnweb.freebsd.org/changeset/base/267173

Log:
  Update after r267011: use -h height and -w width args

Modified:
  head/tools/tools/vt/fontcvt/terminus.sh

Modified: head/tools/tools/vt/fontcvt/terminus.sh
==============================================================================
--- head/tools/tools/vt/fontcvt/terminus.sh	Fri Jun  6 17:05:43 2014	(r267172)
+++ head/tools/tools/vt/fontcvt/terminus.sh	Fri Jun  6 17:38:30 2014	(r267173)
@@ -1,10 +1,12 @@
 #!/bin/sh
+# $FreeBSD$
+
 for i in 6:12 8:14 8:16 10:18 10:20 11:22 12:24 14:28 16:32
 do
 	C=`echo $i | cut -f 1 -d :`
 	R=`echo $i | cut -f 2 -d :`
 	./fontcvt \
-		$C $R \
+		-w $C -h $R \
 		~/terminus-font-4.36/ter-u${R}n.bdf \
 		~/terminus-font-4.36/ter-u${R}b.bdf \
 		terminus-u${R}.vfnt


More information about the svn-src-all mailing list