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:
Lee Marlow
2025-01-29 11:38:35 -07:00
parent 76fd4fa8df
commit 71d0481da8

View File

@ -2605,9 +2605,6 @@ pub fn selectOutput(self: *Screen, pin: Pin) ?Selection {
.input,
=> {},
}
if (row.semantic_prompt == .command) {
break;
}
}
// Because the first line of command output may span multiple visual rows we must now