Spaces:
Running
Running
/* rlconf.h -- readline configuration definitions */ | |
/* Copyright (C) 1992-2015 Free Software Foundation, Inc. | |
This file is part of the GNU Readline Library (Readline), a library | |
for reading lines of text with interactive input and history editing. | |
Readline is free software: you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation, either version 3 of the License, or | |
(at your option) any later version. | |
Readline is distributed in the hope that it will be useful, | |
but WITHOUT ANY WARRANTY; without even the implied warranty of | |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
GNU General Public License for more details. | |
You should have received a copy of the GNU General Public License | |
along with Readline. If not, see <http://www.gnu.org/licenses/>. | |
*/ | |
/* Define this if you want the vi-mode editing available. */ | |
/* Define this to get an indication of file type when listing completions. */ | |
/* Define this to get support for colors when listing completions and in | |
other places. */ | |
/* This definition is needed by readline.c, rltty.c, and signals.c. */ | |
/* If on, then readline handles signals in a way that doesn't suck. */ | |
/* Ugly but working hack for binding prefix meta. */ | |
/* The next-to-last-ditch effort file name for a user-specific init file. */ | |
/* The ultimate last-ditch filename for an init file -- system-wide. */ | |
/* If defined, expand tabs to spaces. */ | |
/* If defined, use the terminal escape sequence to move the cursor forward | |
over a character when updating the line rather than rewriting it. */ | |
/* #define HACK_TERMCAP_MOTION */ | |
/* The string inserted by the `insert comment' command. */ | |
/* Define this if you want code that allows readline to be used in an | |
X `callback' style. */ | |
/* Define this if you want the cursor to indicate insert or overwrite mode. */ | |
/* #define CURSOR_MODE */ | |
/* Define this if you want to enable code that talks to the Linux kernel | |
tty auditing system. */ | |
/* #define ENABLE_TTY_AUDIT_SUPPORT */ | |
/* Defaults for the various editing mode indicators, inserted at the beginning | |
of the last (maybe only) line of the prompt if show-mode-in-prompt is on */ | |