diff options
| author | rsc <devnull@localhost> | 2006-01-12 05:43:26 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2006-01-12 05:43:26 +0000 |
| commit | cd1d0ab0b5ed07c03b066731328e9519cba5914c (patch) | |
| tree | c4d50a6baae2af09a4d0d3ce4102d80677237d41 /src/cmd/acme/dat.h | |
| parent | 77c5c852e499362b4fdf7a636e541bab6d496130 (diff) | |
| download | plan9port-cd1d0ab0b5ed07c03b066731328e9519cba5914c.tar.gz plan9port-cd1d0ab0b5ed07c03b066731328e9519cba5914c.zip | |
more tweaks
Diffstat (limited to 'src/cmd/acme/dat.h')
| -rw-r--r-- | src/cmd/acme/dat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h index 8ac265c9..d4438884 100644 --- a/src/cmd/acme/dat.h +++ b/src/cmd/acme/dat.h @@ -192,6 +192,7 @@ struct Text int ncachealloc; Rune *cache; int nofill; + int needundo; }; uint textbacknl(Text*, uint, uint); |
