Module line_buffer
Line buffer with current cursor position
Structs
- LineBuffer Represent the current input (text and cursor position).
Enums
- Direction Delete (kill) direction
- WordAction Word's case change
Traits
- ChangeListener Listener to be notified when the line is modified.
- DeleteListener Listener to be notified when some text is deleted.