SHA256
12
0
forked from pool/bash
OBS User unknown
2007-12-05 22:45:24 +00:00
committed by Git OBS Bridge
parent d77626e854
commit a3a6c2b618
5 changed files with 39 additions and 11 deletions

11
readline-5.1-input.patch Normal file
View 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);
}