[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, 12 Jul 2023 13:20:54 -0400 (EDT) |
Follow-up Comment #4, bug #64353 (project groff):
Reminder that I could still use some feedback on this.
[comment #2 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/
- [bug #64353] [PATCH] [troff,drivers] deprecate 'f' drawing command,
G. Branden Robinson <=