diff options
author | Andrey Borzenkov <bor@users.sourceforge.net> | 2006-10-07 08:05:03 +0000 |
---|---|---|
committer | Andrey Borzenkov <bor@users.sourceforge.net> | 2006-10-07 08:05:03 +0000 |
commit | 9d8c3eb74dac80712bcb41f36407658b19ab2740 (patch) | |
tree | beb82b61b7fd86b2eea910d0380630b66769e2d3 /Src/Zle/comp.h | |
parent | b4f837a8625ff6f97862f2a522fd4fc4294cc44d (diff) | |
download | zsh-9d8c3eb74dac80712bcb41f36407658b19ab2740.tar.gz zsh-9d8c3eb74dac80712bcb41f36407658b19ab2740.tar.xz zsh-9d8c3eb74dac80712bcb41f36407658b19ab2740.zip |
22831: use CM_SPACE in compdescribe
Diffstat (limited to 'Src/Zle/comp.h')
-rw-r--r-- | Src/Zle/comp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Src/Zle/comp.h b/Src/Zle/comp.h index e88f8b927..1b1530492 100644 --- a/Src/Zle/comp.h +++ b/Src/Zle/comp.h @@ -407,3 +407,7 @@ struct chdata { Cmatch cur; /* current match or NULL */ }; +/* The number of columns to leave empty between rows of matches. */ + +#define CM_SPACE 2 + |