[BACK]Return to readline.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libedit / readline

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libedit/readline/readline.h between version 1.52 and 1.53

version 1.52, 2022/02/08 15:05:10 version 1.53, 2022/02/19 17:45:02
Line 127  extern int  rl_completion_query_items;
Line 127  extern int  rl_completion_query_items;
 extern const char       *rl_special_prefixes;  extern const char       *rl_special_prefixes;
 extern int              rl_completion_append_character;  extern int              rl_completion_append_character;
 extern int              rl_inhibit_completion;  extern int              rl_inhibit_completion;
 extern Function         *rl_pre_input_hook;  extern rl_hook_func_t           *rl_pre_input_hook;
 extern Function         *rl_startup_hook;  extern rl_hook_func_t           *rl_startup_hook;
 extern char             *rl_terminal_name;  extern char             *rl_terminal_name;
 extern int              rl_already_prompted;  extern int              rl_already_prompted;
 extern char             *rl_prompt;  extern char             *rl_prompt;

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

CVSweb <webmaster@jp.NetBSD.org>