summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/gftype.ch
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-04 21:24:43 +0000
committerKarl Berry <karl@freefriends.org>2009-09-04 21:24:43 +0000
commit1db091fdcc64b4894cbb4737ccc414b46654f29c (patch)
tree892b2b1dc0137cdbb680476fb2d2731788cb1a8b /Build/source/texk/web2c/gftype.ch
parent96bb27c5bce9e9dcf86f3786e65f176361d55e1b (diff)
increase gftype constants as palliative (knuth msg to tex-k, 28 Aug 2009 17:11:47)
git-svn-id: svn://tug.org/texlive/trunk@15100 c570f23f-e606-0410-a88d-b1316a301751
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.