Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 714664
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +1 lines)
Line  Link Here
0
-- a/src/histedit.c
0
++ b/src/histedit.c
Lines 60-66 Link Here
60
#define DEFEDITOR	"ed"	/* default editor *should* be $EDITOR */
60
#define DEFEDITOR	"ed"	/* default editor *should* be $EDITOR */
61
61
62
History *hist;	/* history cookie */
62
History *hist;	/* history cookie */
63
EditLine *el;	/* editline cookie */
64
int displayhist;
63
int displayhist;
65
static FILE *el_in, *el_out;
64
static FILE *el_in, *el_out;
66
65

Return to bug 714664