Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Tui::TextEditor::Selection
Inherits
Struct
/
Value
/
Object
Constructors
new
(start_line :
Int32
= 0, start_col :
Int32
= 0, end_line :
Int32
= 0, end_col :
Int32
= 0)
Source
Instance methods
empty?
Source
end_col
Source
end_col=
(end_col :
Int32
)
Source
end_line
Source
end_line=
(end_line :
Int32
)
Source
normalize
Source
start_col
Source
start_col=
(start_col :
Int32
)
Source
start_line
Source
start_line=
(start_line :
Int32
)
Source