aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-08-22 23:58:15 +1000
committerGravatar axel <axel@liljencrantz.se>2006-08-22 23:58:15 +1000
commit480a29594e62cd11c2c19abb42008472fcd9fa10 (patch)
tree5256089a2a3594343052a5937a2d72cc5f432c85 /complete.h
parentdfe3dc142982cf8c7ca0b9041a91d04cc88a714a (diff)
Minor tweaks to previous fish_pager patch to fix two bugs
darcs-hash:20060822135815-ac50b-35d9f643385ec29f9d8f93ca83d01e060de93cc7.gz
Diffstat (limited to 'complete.h')
-rw-r--r--complete.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/complete.h b/complete.h
index 5abd4453..ebae4a1d 100644
--- a/complete.h
+++ b/complete.h
@@ -54,17 +54,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
descriptions on the same line.