diff options
Diffstat (limited to 'src/cmd/acme/dat.h')
| -rw-r--r-- | src/cmd/acme/dat.h | 3 |
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; |
