commit bash-20070426 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:07:10 -05:00
parent c184f64511
commit b709b946e4
17 changed files with 11208 additions and 7208 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ ibuffer_space ()
if (pop_index > push_index)
return (pop_index - push_index - 1);
else
return (ibuffer_len - (push_index - pop_index));
return (ibuffer_len - (push_index - pop_index) - 1);
}
/* Get a key from the buffer of characters to be read.