From 1db091fdcc64b4894cbb4737ccc414b46654f29c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 4 Sep 2009 21:24:43 +0000 Subject: 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 --- Build/source/texk/web2c/gftype.ch | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/web2c/gftype.ch') 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. @= @!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 @= +@!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. -- cgit v1.2.3