mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-05 19:08:17 +00:00
decl literal
This commit is contained in:
@@ -3827,7 +3827,7 @@ fn mouseSelection(
|
||||
// TODO: Clamp selection to the screen area, don't
|
||||
// let it extend past the last written row.
|
||||
|
||||
return terminal.Selection.init(
|
||||
return .init(
|
||||
start_pin,
|
||||
end_pin,
|
||||
rectangle_selection,
|
||||
|
Reference in New Issue
Block a user