Problem with alacritty's handling of selections when the terminal resizes
This commit is contained in:
parent
acc1950ab4
commit
68cf91de32
5 changed files with 30 additions and 12 deletions
|
@ -827,9 +827,9 @@ fn to_highlighted_range_lines(
|
|||
origin: Vector2F,
|
||||
) -> Option<(f32, Vec<HighlightedRangeLine>)> {
|
||||
// Step 1. Normalize the points to be viewport relative.
|
||||
//When display_offset = 1, here's how the grid is arranged:
|
||||
//--- Viewport top
|
||||
// When display_offset = 1, here's how the grid is arranged:
|
||||
//-2,0 -2,1...
|
||||
//--- Viewport top
|
||||
//-1,0 -1,1...
|
||||
//--------- Terminal Top
|
||||
// 0,0 0,1...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue