From c595448f9c1889965622cee28d9f0d15c2ffa194 Mon Sep 17 00:00:00 2001 From: axel Date: Tue, 14 Feb 2006 21:46:31 +1000 Subject: [PATCH] Add missing #define, needed by new fish_pager code darcs-hash:20060214114631-ac50b-39756b670fd0ab1f5a6bd067ba2ff3f9d6f82fc2.gz --- complete.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/complete.h b/complete.h index c02d5375b..b8ad910c5 100644 --- a/complete.h +++ b/complete.h @@ -33,6 +33,8 @@ /** Separateor between completion and description*/ #define COMPLETE_SEP_STR L"\004" +#define COMPLETE_ITEM_SEP L'\uf500' + /** Character that separates the completion and description on programmable completions */