nroff applet

Bernhard Fischer rep.dot.nop at gmail.com
Wed Aug 6 17:38:01 UTC 2008


On Wed, Aug 06, 2008 at 05:54:09PM +0200, Ivana Varekova wrote:
> Hello,
> I'm sending the fixed version of nroff path - based on the version which  
> sent Denys Vlasenko, I hope I have not overlook anything.
> Thanks for your feedback and your help.

looks good to me.
A potential follow up could collapse
+struct text_format {
+       int ind1;       /* indentation of the first row of the paragraph */
+       int ind2;       /* indentation of the next rows of the paragraph */
+       int alt1;   <===== this
+       int alt2;   <===== this
+       int flags;  <===== this
+};

these 3 ints into just one "flags" (if benefical).

cheers,



More information about the busybox mailing list