class CursorMovement
Defined in:
cursor_movement.cr
Constant Summary
-
Down =
KeyCommands::Down
-
Left =
KeyCommands::Left
-
Right =
KeyCommands::Right
-
Up =
KeyCommands::Up
Constructors
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?(*args, **options)
-
#at_end_of_file?(*args, **options, &)
-
#at_end_of_line?(*args, **options)
-
#at_end_of_line?(*args, **options, &)
-
#column_count(*args, **options)
-
#column_count(*args, **options, &)
-
#column_offset(*args, **options)
-
#column_offset(*args, **options, &)
-
#cursor : Cursor
-
#cursor=(cursor : Cursor)
-
#file_row(*args, **options)
-
#file_row(*args, **options, &)
-
#last_x(*args, **options)
-
#last_x(*args, **options, &)
-
#move(direction)
-
#row_count(*args, **options)
-
#row_count(*args, **options, &)
-
#row_length(*args, **options)
-
#row_length(*args, **options, &)
-
#row_offset(*args, **options)
-
#row_offset(*args, **options, &)
-
#row_position(*args, **options)
-
#row_position(*args, **options, &)
-
#rows(*args, **options)
-
#rows(*args, **options, &)
-
#viewport : Viewport
-
#viewport=(viewport : Viewport)
-
#x(*args, **options)
-
#x(*args, **options, &)
-
#y(*args, **options)
-
#y(*args, **options, &)
Constructor Detail
Instance Method Detail
def
at_beginning_of_file?(*args, **options)
#
def
at_beginning_of_file?(*args, **options, &)
#
def
at_beginning_of_line?(*args, **options)
#
def
at_beginning_of_line?(*args, **options, &)
#
def
at_end_of_file?(*args, **options)
#
def
at_end_of_file?(*args, **options, &)
#
def
at_end_of_line?(*args, **options)
#
def
at_end_of_line?(*args, **options, &)
#
def
column_count(*args, **options)
#
def
column_count(*args, **options, &)
#
def
column_offset(*args, **options)
#
def
column_offset(*args, **options, &)
#
def
file_row(*args, **options)
#
def
file_row(*args, **options, &)
#
def
last_x(*args, **options)
#
def
last_x(*args, **options, &)
#
def
row_count(*args, **options)
#
def
row_count(*args, **options, &)
#
def
row_length(*args, **options)
#
def
row_length(*args, **options, &)
#
def
row_offset(*args, **options)
#
def
row_offset(*args, **options, &)
#
def
row_position(*args, **options)
#
def
row_position(*args, **options, &)
#
def
rows(*args, **options)
#
def
rows(*args, **options, &)
#
def
x(*args, **options)
#
def
x(*args, **options, &)
#
def
y(*args, **options)
#
def
y(*args, **options, &)
#