update: renamed some stuff in line

This commit is contained in:
Maieul BOYER 2024-10-12 18:00:45 +02:00
parent d550ffab53
commit bc3da16935
No known key found for this signature in database
6 changed files with 17 additions and 17 deletions

View file

@ -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