summaryrefslogtreecommitdiffstats
path: root/src/cmd/acme/dat.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-10-31 18:39:19 +0000
committerrsc <devnull@localhost>2005-10-31 18:39:19 +0000
commit33dc4226a8c21e640bc1b4d7c56f41e2f0bdcc3f (patch)
tree0aaddf63eab7398ec2d0cdf3a57296770f1c3c09 /src/cmd/acme/dat.h
parenta47fbb16412bbec1507d00be3cade04cce2536fe (diff)
downloadplan9port-33dc4226a8c21e640bc1b4d7c56f41e2f0bdcc3f.tar.gz
plan9port-33dc4226a8c21e640bc1b4d7c56f41e2f0bdcc3f.zip
Cleanup in preparation for multiline tags.
Diffstat (limited to 'src/cmd/acme/dat.h')
-rw-r--r--src/cmd/acme/dat.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h
index 7785bf9f..8ac265c9 100644
--- a/src/cmd/acme/dat.h
+++ b/src/cmd/acme/dat.h
@@ -212,7 +212,7 @@ uint textload(Text*, uint, char*, int);
Rune textreadc(Text*, uint);
void textredraw(Text*, Rectangle, Font*, Image*, int);
void textreset(Text*);
-int textresize(Text*, Rectangle);
+int textresize(Text*, Rectangle, int);
void textscrdraw(Text*);
void textscroll(Text*, int);
void textselect(Text*);
@@ -264,6 +264,10 @@ struct Window
int utflastqid;
int utflastboff;
int utflastq;
+ int tagsafe; /* taglines is correct */
+ int tagexpand;
+ int taglines;
+ Rectangle tagtop;
};
void wininit(Window*, Window*, Rectangle);
@@ -276,7 +280,7 @@ void winsetname(Window*, Rune*, int);
void winsettag(Window*);
void winsettag1(Window*);
void wincommit(Window*, Text*);
-int winresize(Window*, Rectangle, int);
+int winresize(Window*, Rectangle, int, int);
void winclose(Window*);
void windelete(Window*);
int winclean(Window*, int);