Consider all terminal when searching for words
This commit is contained in:
parent
10db05f87f
commit
6ed7820f7c
1 changed files with 1 additions and 1 deletions
|
@ -838,7 +838,7 @@ impl Terminal {
|
||||||
self.last_content.size,
|
self.last_content.size,
|
||||||
term.grid().display_offset(),
|
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 link = term.grid().index(point).hyperlink();
|
||||||
let found_word = if link.is_some() {
|
let found_word = if link.is_some() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue