aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-01-08 00:13:36 +1000
committerGravatar axel <axel@liljencrantz.se>2007-01-08 00:13:36 +1000
commit1214067d038761d534cb03f230e0bc4f2a79fb99 (patch)
tree4f86c3705ff13ddcc6a5be0d7170d529d6d8bef1 /Makefile.in
parent0469d05447383b5df661d1dcd31649d2aa12af1c (diff)
Redo the interface between fish and the completion pager. The old interface has issues if the current user does not own the tty, as happens when using 'su'. It also had issues when stderr was redirected. The new interface should be more extensible as well.
darcs-hash:20070107141336-ac50b-30bdfb198674b93a67d323c0a65b8e08b43c0525.gz
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 42916f4e..e8ada271 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -105,7 +105,8 @@ BUILTIN_FILES := builtin_set.c builtin_commandline.c \
#
FISH_PAGER_OBJS := fish_pager.o output.o wutil.o tokenizer.o \
- input_common.o env_universal.o env_universal_common.o common.o
+ input_common.o env_universal.o env_universal_common.o common.o \
+ print_help.o
#