mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
fix: remove extraneous if check after change to exhaustive switch (#5419)
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