mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-13 23:36:09 +03:00
Remove if check that was left in after change to exhaustive switch
This came out of cmd+triple-click fix in PR #5373
This commit is contained in:
@ -2605,9 +2605,6 @@ pub fn selectOutput(self: *Screen, pin: Pin) ?Selection {
|
|||||||
.input,
|
.input,
|
||||||
=> {},
|
=> {},
|
||||||
}
|
}
|
||||||
if (row.semantic_prompt == .command) {
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Because the first line of command output may span multiple visual rows we must now
|
// Because the first line of command output may span multiple visual rows we must now
|
||||||
|
Reference in New Issue
Block a user