Skip to content

Commit

Permalink
Remove if check that was left in after change to exhaustive switch
Browse files Browse the repository at this point in the history
This came out of cmd+triple-click fix in PR ghostty-org#5373
  • Loading branch information
lmarlow committed Jan 29, 2025
1 parent 76fd4fa commit 71d0481
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/terminal/Screen.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71d0481

Please sign in to comment.