aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/dat.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-19 05:54:21 +0000
committerrsc <devnull@localhost>2004-04-19 05:54:21 +0000
commit892de7987409ccd209dd4f43fb7717408d4a04bd (patch)
tree9304c5df084b72d43fdbd284cf490630c6c406b0 /src/cmd/acme/dat.h
parent6b53e2a4d0d41305efa4b8b0800d119a13478ded (diff)
downloadplan9port-892de7987409ccd209dd4f43fb7717408d4a04bd.tar.gz
plan9port-892de7987409ccd209dd4f43fb7717408d4a04bd.tar.bz2
plan9port-892de7987409ccd209dd4f43fb7717408d4a04bd.zip
various little bug fixes
Diffstat (limited to 'src/cmd/acme/dat.h')
-rw-r--r--src/cmd/acme/dat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h
index 789ce1ca..b5c4eaf8 100644
--- a/src/cmd/acme/dat.h
+++ b/src/cmd/acme/dat.h
@@ -174,6 +174,9 @@ struct Text
uint org;
uint q0;
uint q1;
+ uint oldorg;
+ uint oldq0;
+ uint oldq1;
int what;
int tabstop;
Window *w;