diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:36:08 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:36:08 +0000 |
commit | e3fe9fa1d10264370c63e20756e5cbd2c1050f43 (patch) | |
tree | 57165bf2889337044bc3633854e5aa38f7d89e6b /z11.c | |
parent | 73d840b9f14b65166b92e6b43f930fd0ef7b8267 (diff) | |
download | lout-3.20.tar.gz |
Lout 3.20 tag.3.20
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/tags/3.20@10 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'z11.c')
-rw-r--r-- | z11.c | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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; |