Get workspace compiling with new event emitters
This commit is contained in:
parent
26fc36ee0e
commit
a97c8bf58f
24 changed files with 224 additions and 319 deletions
|
@ -1351,9 +1351,7 @@ impl Drop for Terminal {
|
|||
}
|
||||
}
|
||||
|
||||
impl EventEmitter for Terminal {
|
||||
type Event = Event;
|
||||
}
|
||||
impl EventEmitter<Event> for Terminal {}
|
||||
|
||||
/// Based on alacritty/src/display/hint.rs > regex_match_at
|
||||
/// Retrieve the match, if the specified point is inside the content matching the regex.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue