xC: fix Readline 6.3 compatibility
This commit is contained in:
parent
c157d3369f
commit
100de5ac2d
2
xC.c
2
xC.c
|
@ -616,7 +616,7 @@ input_rl_buffer_add_history (void *input, input_buffer_t input_buffer,
|
||||||
// or temporarily switch histories.
|
// or temporarily switch histories.
|
||||||
if (!buffer->history)
|
if (!buffer->history)
|
||||||
{
|
{
|
||||||
bool at_end = history_offset == history_length;
|
bool at_end = where_history () == history_length;
|
||||||
add_history (line);
|
add_history (line);
|
||||||
if (at_end)
|
if (at_end)
|
||||||
next_history ();
|
next_history ();
|
||||||
|
|
Loading…
Reference in New Issue