class Viewport
- Viewport
- Reference
- Object
Defined in:
viewport.crConstructors
Instance Method Summary
- #at_beginning_of_file?(*args, **options)
- #at_beginning_of_file?(*args, **options, &)
- #at_beginning_of_line?(*args, **options)
- #at_beginning_of_line?(*args, **options, &)
- #at_end_of_file?
- #at_end_of_line?
- #buffer : Buffer
- #buffer=(buffer : Buffer)
- #column_count : Int32
- #column_count=(column_count : Int32)
- #column_offset(*args, **options)
- #column_offset(*args, **options, &)
- #cursor : Cursor
- #cursor=(cursor : Cursor)
- #cursor_movement
- #delete_current
- #delete_previous
- #end!
- #file_row(*args, **options)
- #file_row(*args, **options, &)
- #filename(*args, **options)
- #filename(*args, **options, &)
- #home!
- #insert(text)
- #move_cursor(direction)
- #refresh_screen
- #rendered_rows(*args, **options)
- #rendered_rows(*args, **options, &)
- #row_count : Int32
- #row_count=(row_count : Int32)
- #row_length
- #row_offset(*args, **options)
- #row_offset(*args, **options, &)
- #row_position(*args, **options)
- #row_position(*args, **options, &)
- #rows(*args, **options)
- #rows(*args, **options, &)
- #screen_buffer : String::Builder
- #screen_buffer=(screen_buffer : String::Builder)
- #status_message : StatusMessage
- #status_message=(status_message : StatusMessage)