aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-14 21:46:31 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-14 21:46:31 +1000
commitc595448f9c1889965622cee28d9f0d15c2ffa194 (patch)
treeef134cd7af4a0e037d763987253d33980d641cef /complete.h
parent5a2aeb1511a4cc8e2fa95548e60bff62cb9249d4 (diff)
Add missing #define, needed by new fish_pager code
darcs-hash:20060214114631-ac50b-39756b670fd0ab1f5a6bd067ba2ff3f9d6f82fc2.gz
Diffstat (limited to 'complete.h')
-rw-r--r--complete.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/complete.h b/complete.h
index c02d5375..b8ad910c 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
*/