From e47d0a1e98d8a77f0196764d3f7e682715793e1d Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sun, 26 Jul 2009 15:05:07 -0400 Subject: acme: angle bracket tag matching, for XML, HTML etc http://codereview.appspot.com/98042 --- src/cmd/acme/dat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/acme/dat.h') diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h index 93af258d..8242da69 100644 --- a/src/cmd/acme/dat.h +++ b/src/cmd/acme/dat.h @@ -198,6 +198,7 @@ struct Text uint textbacknl(Text*, uint, uint); uint textbsinsert(Text*, uint, Rune*, uint, int, int*); int textbswidth(Text*, Rune); +int textclickhtmlmatch(Text*, uint*, uint*); int textclickmatch(Text*, int, int, int, uint*); void textclose(Text*); void textcolumnate(Text*, Dirlist**, int); -- cgit v1.2.3