indexes WIP
This commit is contained in:
@@ -1942,7 +1942,7 @@ operator<<(std::basic_ostream<CharT, Traits>& os, const weekday_indexed& wdi)
|
||||
{
|
||||
os << wdi.weekday() << '[' << wdi.index();
|
||||
if (!(1 <= wdi.index() && wdi.index() <= 5))
|
||||
os << " is not a valid index";
|
||||
os << " is not a valid m_index";
|
||||
os << ']';
|
||||
return os;
|
||||
}
|
||||
|
||||
@@ -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