[Bug 200] readline support for sftp
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Jun 12 01:19:10 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=200
------- Additional Comments From mouring at eviladmin.org 2002-06-12 01:19 -------
NetBSD is wrong in not putting it in <readline/*.h>. Even their CVS tree
admits to it: "Standard location of readline headers is /usr/include/readline/,
so install them there. readline.h of libedit had to move to
subdirectory 'readline', due to the way BSD makefiles work; this is better than
potentially fragile Makefile hacks"
Hmm.. From readline.h on NetBSD (cvs)
extern int rl_completion_append_character;
No history.h (looks like history.h and readline.h were merged.. BAD NetBSD,
BAD). But rl_completion_display_matches_hook looks like it needs to be
fleshed out in libedit unless someone can tell me a more portable way of
handling glob_match() when switching between local, remote, and no globing
support.
I should grab the OpenBSD patch that was recently submited, but not commited
yet.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the openssh-unix-dev
mailing list