mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-27 07:43:07 +02:00
13 lines
452 B
Plaintext
13 lines
452 B
Plaintext
*** ../bash-3.2-patched/bashhist.h 2005-07-01 15:44:41.000000000 -0400
|
|
--- bashhist.h 2008-08-17 12:51:07.000000000 -0400
|
|
***************
|
|
*** 32,35 ****
|
|
--- 32,38 ----
|
|
|
|
extern int remember_on_history;
|
|
+ extern int enable_history_list; /* value for `set -o history' */
|
|
+ extern int literal_history; /* controlled by `shopt lithist' */
|
|
+ extern int force_append_history;
|
|
extern int history_lines_this_session;
|
|
extern int history_lines_in_file;
|