Diff for /embedaddon/readline/rlconf.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2014/07/30 08:16:45 version 1.1.1.2, 2021/03/17 01:01:01
Line 1 Line 1
 /* rlconf.h -- readline configuration definitions */  /* rlconf.h -- readline configuration definitions */
   
/* Copyright (C) 1992-2012 Free Software Foundation, Inc./* Copyright (C) 1992-2015 Free Software Foundation, Inc.
   
    This file is part of the GNU Readline Library (Readline), a library     This file is part of the GNU Readline Library (Readline), a library
    for reading lines of text with interactive input and history editing.           for reading lines of text with interactive input and history editing.      
Line 42 Line 42
 /* The next-to-last-ditch effort file name for a user-specific init file. */  /* The next-to-last-ditch effort file name for a user-specific init file. */
 #define DEFAULT_INPUTRC "~/.inputrc"  #define DEFAULT_INPUTRC "~/.inputrc"
   
/* The ultimate last-ditch filenname for an init file -- system-wide. *//* The ultimate last-ditch filename for an init file -- system-wide. */
#define SYS_INPUTRC "/etc/inputrc"#define SYS_INPUTRC "%%PREFIX%%/etc/inputrc"
   
 /* If defined, expand tabs to spaces. */  /* If defined, expand tabs to spaces. */
 #define DISPLAY_TABS  #define DISPLAY_TABS
Line 64 Line 64
   
 /* Define this if you want to enable code that talks to the Linux kernel  /* Define this if you want to enable code that talks to the Linux kernel
    tty auditing system. */     tty auditing system. */
#define ENABLE_TTY_AUDIT_SUPPORT/* #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 */
 #define RL_EMACS_MODESTR_DEFAULT        "@"
 #define RL_EMACS_MODESTR_DEFLEN         1
 
 #define RL_VI_INS_MODESTR_DEFAULT       "(ins)"
 #define RL_VI_INS_MODESTR_DEFLEN        5
 #define RL_VI_CMD_MODESTR_DEFAULT       "(cmd)"
 #define RL_VI_CMD_MODESTR_DEFLEN        5
   
 #endif /* _RLCONF_H_ */  #endif /* _RLCONF_H_ */

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>