update: renamed some stuff in line
This commit is contained in:
parent
d550ffab53
commit
bc3da16935
6 changed files with 17 additions and 17 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
/* ================================ History ================================= */
|
||||
|
||||
/* This is the API call to add a new entry in the linenoise history.
|
||||
/* This is the API call to add a new entry in the line history.
|
||||
* It uses a fixed array of char pointers that are shifted (memmoved)
|
||||
* when the history max length is reached in order to remove the older
|
||||
* entry and make room for the new one, so it is not exactly suitable for huge
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue