enum
TermBuf::Field::Growth
Overview
What happens when the text outgrows one row.
Defined in:
termbuf/widgets/field.crEnum Members
-
Fixed =
0 -
One row, scrolling sideways, with a marker where text runs off.
-
Grow =
1 -
Wrap and grow to
Field#max_rows, then scroll.
Instance Method Summary
-
#fixed?
Returns
trueif this enum value equalsFixed -
#grow?
Returns
trueif this enum value equalsGrow