source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Let -Tascii \(bu (bullet) output agree with groff; this is now
@ 2014-11-06 22:28 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2014-11-06 22:28 UTC (permalink / raw)
  To: source

Log Message:
-----------
Let -Tascii \(bu (bullet) output agree with groff;
this is now possible because -Tps now handles backspace overstriking.

Modified Files:
--------------
    mdocml:
        chars.in
        mdoc_man.c

Revision Data
-------------
Index: mdoc_man.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_man.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -Lmdoc_man.c -Lmdoc_man.c -u -p -r1.71 -r1.72
--- mdoc_man.c
+++ mdoc_man.c
@@ -1340,7 +1340,7 @@ pre_it(DECL_ARGS)
 			outflags |= MMAN_nl;
 			font_push('B');
 			if (LIST_bullet == bln->norm->Bl.type)
-				print_word("o");
+				print_word("\\(bu");
 			else
 				print_word("-");
 			font_pop();
Index: chars.in
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/chars.in,v
retrieving revision 1.48
retrieving revision 1.49
diff -Lchars.in -Lchars.in -u -p -r1.48 -r1.49
--- chars.in
+++ chars.in
@@ -364,7 +364,7 @@ CHAR("rs",			"\\",		92)
 
 /* Text markers. */
 CHAR("ci",			"O",		9675)
-CHAR("bu",			"o",		8226)
+CHAR("bu",			"+\bo",		8226)
 CHAR("dd",			"|\b=",		8225)
 CHAR("dg",			"|\b-",		8224)
 CHAR("lz",			"<>",		9674)
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-06 22:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-06 22:28 mdocml: Let -Tascii \(bu (bullet) output agree with groff; this is now schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).