Add missing #define, needed by new fish_pager code

darcs-hash:20060214114631-ac50b-39756b670fd0ab1f5a6bd067ba2ff3f9d6f82fc2.gz
This commit is contained in:
axel 2006-02-14 21:46:31 +10:00
parent 5a2aeb1511
commit c595448f9c

View file

@ -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
*/