Deleted Added
full compact
rlconf.h (136758) rlconf.h (165675)
1/* $FreeBSD: head/contrib/libreadline/rlconf.h 136758 2004-10-21 20:02:02Z peter $ */
2
1/* $FreeBSD: head/contrib/libreadline/rlconf.h 165675 2006-12-31 09:22:31Z ache $ */
3/* rlconf.h -- readline configuration definitions */
4
5/* Copyright (C) 1994 Free Software Foundation, Inc.
6
7 This file contains the Readline Library (the Library), a set of
8 routines for providing Emacs style line input to programs that ask
9 for it.
10

--- 23 unchanged lines hidden (view full) ---

34
35/* This definition is needed by readline.c, rltty.c, and signals.c. */
36/* If on, then readline handles signals in a way that doesn't screw. */
37#define HANDLE_SIGNALS
38
39/* Ugly but working hack for binding prefix meta. */
40#define PREFIX_META_HACK
41
2/* rlconf.h -- readline configuration definitions */
3
4/* Copyright (C) 1994 Free Software Foundation, Inc.
5
6 This file contains the Readline Library (the Library), a set of
7 routines for providing Emacs style line input to programs that ask
8 for it.
9

--- 23 unchanged lines hidden (view full) ---

33
34/* This definition is needed by readline.c, rltty.c, and signals.c. */
35/* If on, then readline handles signals in a way that doesn't screw. */
36#define HANDLE_SIGNALS
37
38/* Ugly but working hack for binding prefix meta. */
39#define PREFIX_META_HACK
40
42/* The final, last-ditch effort file name for an init file. */
41/* The next-to-last-ditch effort file name for a user-specific init file. */
43#define DEFAULT_INPUTRC "~/.inputrc"
44
42#define DEFAULT_INPUTRC "~/.inputrc"
43
44/* The ultimate last-ditch filenname for an init file -- system-wide. */
45#define SYS_INPUTRC "/etc/inputrc"
46
45/* If defined, expand tabs to spaces. */
46#define DISPLAY_TABS
47
48/* If defined, use the terminal escape sequence to move the cursor forward
49 over a character when updating the line rather than rewriting it. */
50/* #define HACK_TERMCAP_MOTION */
51
52/* The string inserted by the `insert comment' command. */
53#define RL_COMMENT_BEGIN_DEFAULT "#"
54
55/* Define this if you want code that allows readline to be used in an
56 X `callback' style. */
57#define READLINE_CALLBACKS
58
59/* Define this if you want the cursor to indicate insert or overwrite mode. */
60/* #define CURSOR_MODE */
61
62#endif /* _RLCONF_H_ */
47/* If defined, expand tabs to spaces. */
48#define DISPLAY_TABS
49
50/* If defined, use the terminal escape sequence to move the cursor forward
51 over a character when updating the line rather than rewriting it. */
52/* #define HACK_TERMCAP_MOTION */
53
54/* The string inserted by the `insert comment' command. */
55#define RL_COMMENT_BEGIN_DEFAULT "#"
56
57/* Define this if you want code that allows readline to be used in an
58 X `callback' style. */
59#define READLINE_CALLBACKS
60
61/* Define this if you want the cursor to indicate insert or overwrite mode. */
62/* #define CURSOR_MODE */
63
64#endif /* _RLCONF_H_ */