about summary refs log tree commit diff
path: root/Src/Zle/comp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Zle/comp.h')
-rw-r--r--Src/Zle/comp.h4
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
+