[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 105/126: src/roff/troff/node.cpp: Wrap long lines.
From: |
G. Branden Robinson |
Subject: |
[groff] 105/126: src/roff/troff/node.cpp: Wrap long lines. |
Date: |
Wed, 5 Jul 2023 17:03:18 -0400 (EDT) |
gbranden pushed a commit to branch branden-2023-07-05
in repository groff.
commit 836f179dec9115127a3c85f5220334c2de48c8e0
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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);
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 105/126: src/roff/troff/node.cpp: Wrap long lines.,
G. Branden Robinson <=