class TextUi::TextCursor
- TextUi::TextCursor
- Reference
- Object
Defined in:
textui/text_cursor.crConstructors
Instance Method Summary
- #col : Int32
- #col=(col)
- #col_hint : Int32
- #col_hint=(col_hint : Int32)
- #current_block
- #handle_text_modification(chr, key, block) : Nil
- #insert_mode=(insert_mode : Bool)
- #insert_mode? : Bool
- #invalidate
- #line : Int32
- #line=(line)
- #move(line, col) : Nil
- #valid? : Bool