zed/crates/terminal_view/src
Antonio Scandurra b9ed327b94 Replace usages of is_parent_view_focused with is_self_focused
Previously, this was used because we didn't have access to the current
view and `EventContext` was an element-only abstraction. Now that the
`EventContext` wraps the current view's `ViewContext` we can simply check
for the view's focus and avoid querying ancestors.
2023-05-05 10:08:22 +02:00
..
persistence.rs
terminal_button.rs Remove the ability to retrieve the view's parent 2023-05-03 16:52:55 +02:00
terminal_element.rs Replace usages of is_parent_view_focused with is_self_focused 2023-05-05 10:08:22 +02:00
terminal_view.rs Merge branch 'main' into implicit-ancestry 2023-05-04 14:39:58 +02:00