indexes WIP
This commit is contained in:
@@ -148,7 +148,7 @@ struct linenoiseState {
|
||||
size_t len; /* Current edited line length. */
|
||||
size_t cols; /* Number of columns in terminal. */
|
||||
size_t maxrows; /* Maximum num of rows used so far (multiline mode) */
|
||||
int history_index; /* The history index we are currently editing. */
|
||||
int history_index; /* The history m_index we are currently editing. */
|
||||
};
|
||||
|
||||
enum KEY_ACTION{
|
||||
|
||||
Reference in New Issue
Block a user