formatchar: separate anno and style options
[sheet.git] / writing.plp
index eab00514088e689124b252f780948ed917c8028d..86654e2ca3f352f7325317655140dc2e33809f43 100644 (file)
@@ -29,7 +29,8 @@ use Shiar_Sheet::FormatChar;
 my $glyphs = Shiar_Sheet::FormatChar->new;
 unless (exists $get{v}) {
        $glyphs->{unicode}--;
-       $glyphs->{digraph}--;
+       $glyphs->{anno}  = 0;
+       $glyphs->{style} = 0;
 }
 
 my $scriptname = do 'writing-script.inc.pl';