bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #64353] [PATCH] [troff,drivers] deprecate 'f' drawing command


From: G. Branden Robinson
Subject: [bug #64353] [PATCH] [troff,drivers] deprecate 'f' drawing command
Date: Wed, 28 Jun 2023 10:42:11 -0400 (EDT)

Update of bug #64353 (project groff):

                  Status:             In Progress => Need Info              
             Assigned to:                gbranden => deri                   

    _______________________________________________________

Follow-up Comment #2:


diff --git a/src/devices/gropdf/gropdf.pl b/src/devices/gropdf/gropdf.pl
index e86644da5..2067f0a19 100644
--- a/src/devices/gropdf/gropdf.pl
+++ b/src/devices/gropdf/gropdf.pl
@@ -3140,6 +3140,7 @@ sub do_D
     }
     elsif ($Dcmd eq 'f')
     {
+       Warn("'f' drawing command is obsolete; use 'Fg' instead");
        my $mcmd=substr($par,0,1);
 
        $par=substr($par,1);


Deri, can you let me know if the foregoing patch to gropdf is acceptable?


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64353>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]