gbranden pushed a commit to branch master
in repository groff.

commit f03fdef8d91b836c65d253e6937c3fd3a6160405
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Oct 4 04:30:22 2025 -0500

    XXX the fucker is fixed??
---
 src/roff/troff/node.cpp | 5 +++++
 src/roff/troff/node.h   | 1 +
 2 files changed, 6 insertions(+)

diff --git a/src/roff/troff/node.cpp b/src/roff/troff/node.cpp
index 7e983f38a..1294677f9 100644
--- a/src/roff/troff/node.cpp
+++ b/src/roff/troff/node.cpp
@@ -4360,6 +4360,11 @@ bool device_extension_node::causes_tprint()
   return false;
 }
 
+hyphenation_type device_extension_node::get_hyphenation_type()
+{
+  return HYPHENATE_MIDDLE;
+}
+
 bool device_extension_node::is_tag()
 {
   return false;
diff --git a/src/roff/troff/node.h b/src/roff/troff/node.h
index 578fc8cf4..6530ee766 100644
--- a/src/roff/troff/node.h
+++ b/src/roff/troff/node.h
@@ -604,6 +604,7 @@ public:
   const char *type();
   bool causes_tprint();
   bool is_tag();
+  hyphenation_type get_hyphenation_type();
   int ends_sentence();
   tfont *get_tfont();
   void dump_properties();

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to