enum
TermBuf::History::Search
Overview
How #previous chooses what to visit.
Defined in:
termbuf/widgets/history.crEnum Members
-
Chronological =
0 -
Every entry, newest first.
-
Prefix =
1 -
Only entries beginning with what had been typed when the walk started, which is what a long history makes worth having.
Instance Method Summary
-
#chronological?
Returns
trueif this enum value equalsChronological -
#prefix?
Returns
trueif this enum value equalsPrefix