bug-groff
[Top][All Lists]
Advanced

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

[bug #64592] [troff] registers .m and .M contain no initial value


From: G. Branden Robinson
Subject: [bug #64592] [troff] registers .m and .M contain no initial value
Date: Sat, 18 Nov 2023 01:39:03 -0500 (EST)

Follow-up Comment #10, bug #64592 (project groff):

Except for updating documentation (and mom(7)), the change I mentioned in
comment #9 looks this easy.


diff --git a/src/libs/libgroff/color.cpp b/src/libs/libgroff/color.cpp
index 32a1bc8e7..8417c2074 100644
--- a/src/libs/libgroff/color.cpp
+++ b/src/libs/libgroff/color.cpp
@@ -395,7 +395,7 @@ char *color::print_color()
   return s;
 }
 
-color default_color("");
+color default_color("default");
 
 // Local Variables:
 // fill-column: 72




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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