This commit is contained in:
committed by
Git OBS Bridge
parent
d77626e854
commit
a3a6c2b618
11
readline-5.1-input.patch
Normal file
11
readline-5.1-input.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- lib/readline/input.c
|
||||
+++ lib/readline/input.c 2007-05-11 10:42:11.000000000 +0200
|
||||
@@ -151,7 +151,7 @@
|
||||
{
|
||||
pop_index--;
|
||||
if (pop_index < 0)
|
||||
- pop_index = ibuffer_len - 1;
|
||||
+ pop_index = ibuffer_len;
|
||||
ibuffer[pop_index] = key;
|
||||
return (1);
|
||||
}
|
||||
Reference in New Issue
Block a user