mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
Minor tweaks to previous fish_pager patch to fix two bugs
darcs-hash:20060822135815-ac50b-35d9f643385ec29f9d8f93ca83d01e060de93cc7.gz
This commit is contained in:
11
complete.h
11
complete.h
@@ -53,17 +53,6 @@
|
||||
*/
|
||||
#define COMPLETE_SEP_STR L"\004"
|
||||
|
||||
/**
|
||||
Sent to the fish_pager to signify the end of input
|
||||
*/
|
||||
|
||||
#define PAGER_EOT '\003'
|
||||
|
||||
/**
|
||||
Sent to the fish_pager to signify the end of input
|
||||
*/
|
||||
#define PAGER_EOT_STR L"\003"
|
||||
|
||||
/**
|
||||
Separator between completion items in fish_pager. This is used for
|
||||
completion grouping, e.g. when putting completions with the same
|
||||
|
||||
Reference in New Issue
Block a user