summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/gftype.ch
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/gftype.ch')
-rw-r--r--Build/source/texk/web2c/gftype.ch8
1 files changed, 7 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/gftype.ch b/Build/source/texk/web2c/gftype.ch
index 9eb5ecdde85..a24e1486e9d 100644
--- a/Build/source/texk/web2c/gftype.ch
+++ b/Build/source/texk/web2c/gftype.ch
@@ -67,12 +67,18 @@ begin
a non-local goto, which we can't use in C.
@z
-@x [5] Remove |terminal_line_length|.
+@x [5] Remove |terminal_line_length|, increase others.
@<Constants...@>=
@!terminal_line_length=150; {maximum number of characters input in a single
line of input from the terminal}
+@!line_length=79; {\\{xxx} strings will not produce lines longer than this}
+@!max_row=79; {vertical extent of pixel image array}
+@!max_col=79; {horizontal extent of pixel image array}
@y
@<Constants...@>=
+@!line_length=500; {\\{xxx} strings will not produce lines longer than this}
+@!max_row=500; {vertical extent of pixel image array}
+@!max_col=500; {horizontal extent of pixel image array}
@z
@x [7] Remove jump_out, and make `abort' end with a newline.