mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-18 09:32:47 +08:00
Add missing #define, needed by new fish_pager code
darcs-hash:20060214114631-ac50b-39756b670fd0ab1f5a6bd067ba2ff3f9d6f82fc2.gz
This commit is contained in:
parent
5a2aeb1511
commit
c595448f9c
|
@ -33,6 +33,8 @@
|
||||||
/** Separateor between completion and description*/
|
/** Separateor between completion and description*/
|
||||||
#define COMPLETE_SEP_STR L"\004"
|
#define COMPLETE_SEP_STR L"\004"
|
||||||
|
|
||||||
|
#define COMPLETE_ITEM_SEP L'\uf500'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Character that separates the completion and description on programmable completions
|
Character that separates the completion and description on programmable completions
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user