mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 01:21:47 +03:00
Consider all terminal when searching for words
This commit is contained in:
parent
10db05f87f
commit
6ed7820f7c
@ -838,7 +838,7 @@ impl Terminal {
|
||||
self.last_content.size,
|
||||
term.grid().display_offset(),
|
||||
)
|
||||
.grid_clamp(term, alacritty_terminal::index::Boundary::Cursor);
|
||||
.grid_clamp(term, alacritty_terminal::index::Boundary::Grid);
|
||||
|
||||
let link = term.grid().index(point).hyperlink();
|
||||
let found_word = if link.is_some() {
|
||||
|
Loading…
Reference in New Issue
Block a user