diff options
| author | rsc <devnull@localhost> | 2005-03-14 20:53:10 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2005-03-14 20:53:10 +0000 |
| commit | d96da29b373306ea72f99d61e524e7337112652c (patch) | |
| tree | 12e4761656f4a61044144041e767c52b538d2e6a /src/cmd/acme/fns.h | |
| parent | 7551b2ec8b48e74f002ae14882f2e4f191ea0076 (diff) | |
| download | plan9port-d96da29b373306ea72f99d61e524e7337112652c.tar.gz plan9port-d96da29b373306ea72f99d61e524e7337112652c.zip | |
Add $foo window names back to acme, enabled with -'$'.
See the comment in wind.c about why this isn't the right
solution.
Diffstat (limited to 'src/cmd/acme/fns.h')
| -rw-r--r-- | src/cmd/acme/fns.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/acme/fns.h b/src/cmd/acme/fns.h index 74a381e2..23a52228 100644 --- a/src/cmd/acme/fns.h +++ b/src/cmd/acme/fns.h @@ -96,6 +96,9 @@ void startplumbing(void); Runestr runestr(Rune*, uint); Range range(int, int); +int expandenv(Rune**, uint*); +int abbrevenv(Rune**, uint*); + #define runemalloc(a) (Rune*)emalloc((a)*sizeof(Rune)) #define runerealloc(a, b) (Rune*)erealloc((a), (b)*sizeof(Rune)) #define runemove(a, b, c) memmove((a), (b), (c)*sizeof(Rune)) |
