config.h.in, configure, configure.ac:

Add configure support for ANSI arrow keys.
        Tested OK with gnome-terminal.

src/complete.c:
	Remove usage of CONST and refactor compare() to use standard
        C syntax instead of old K&R.
This commit is contained in:
Joachim Nilsson
2009-02-08 21:13:54 +01:00
parent 4898413730
commit 69e01d11d4
4 changed files with 36 additions and 7 deletions

View File

@@ -1,5 +1,8 @@
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define to include ANSI arrow keys support in minix-editline */
#undef ANSI_ARROWS
/* Define to 1 if the `closedir' function returns void instead of `int'. */
#undef CLOSEDIR_VOID