aboutsummaryrefslogtreecommitdiffstats
path: root/z11.c
diff options
context:
space:
mode:
authorJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:36:01 +0000
committerJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:36:01 +0000
commit2f4268e5e02216be53cd85816362191373512463 (patch)
tree57165bf2889337044bc3633854e5aa38f7d89e6b /z11.c
parent73d840b9f14b65166b92e6b43f930fd0ef7b8267 (diff)
downloadlout-2f4268e5e02216be53cd85816362191373512463.tar.gz
Lout 3.20.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@9 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'z11.c')
-rw-r--r--z11.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/z11.c b/z11.c
index ae1b437..754036f 100644
--- a/z11.c
+++ b/z11.c
@@ -1,6 +1,6 @@
/*@z11.c:Style Service:EchoStyle()@*******************************************/
/* */
-/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.19) */
+/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.20) */
/* COPYRIGHT (C) 1991, 2000 Jeffrey H. Kingston */
/* */
/* Jeffrey H. Kingston (jeff@cs.usyd.edu.au) */
@@ -44,8 +44,8 @@ FULL_CHAR *EchoStyle(STYLE *style)
static char *hyphwords[] = { "hyph_undef", "hyph_off", "hyph_on" };
static char *fillwords[] = { "fill_undef", "fill_off", "fill_on" };
static char *spacewords[] = { "lout", "comp", "troff", "tex" };
- static char *displaywords[] = { "undef", "adjust", "outdent", "left",
- "centre", "right", "do" };
+ static char *displaywords[] = { "undef", "adjust", "outdent", "oragged",
+ "left", "centre", "right", "do" };
StringCopy(res, AsciiToFull("["));
StringCat(res, EchoCatOp(VCAT,mark(line_gap(*style)),join(line_gap(*style))));
@@ -228,7 +228,8 @@ static void changebreak(STYLE *style, OBJECT x)
void BreakChange(STYLE *style, OBJECT x)
{ OBJECT link, y;
- debug2(DSS, D, "BreakChange(%s, %s)", EchoStyle(style), EchoObject(x));
+ debug3(DSS, D, "BreakChange(%s, %s at %s)", EchoStyle(style),
+ EchoObject(x), EchoFilePos(&fpos(x)));
switch( type(x) )
{
case NULL_CLOS: break;