gbranden pushed a commit to branch branden-2022-06-01
in repository groff.
commit c7827c450ea89ea855ce7711ca49eb6ca4fa91ed
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat May 13 06:05:56 2023 -0500
src/roff/troff/node.cpp: Wrap long lines.
---
src/roff/troff/node.cpp | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/roff/troff/node.cpp b/src/roff/troff/node.cpp
index de6aaa778..4d872189e 100644
--- a/src/roff/troff/node.cpp
+++ b/src/roff/troff/node.cpp
@@ -6633,11 +6633,12 @@ void init_node_requests()
init_request("sty", associate_style_with_font_position);
init_request("tkf", configure_track_kerning);
init_request("uf", select_underline_font);
- register_dictionary.define(".fp", new next_available_font_position_reg);
+ register_dictionary.define(".fp",
+ new next_available_font_position_reg);
register_dictionary.define(".kern",
- new readonly_register(&global_kern_mode));
+ new readonly_register(&global_kern_mode));
register_dictionary.define(".lg",
- new readonly_register(&global_ligature_mode));
+ new readonly_register(&global_ligature_mode));
register_dictionary.define(".P", new printing_reg);
soft_hyphen_char = get_charinfo(HYPHEN_SYMBOL);
}
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit