mirror of
https://github.com/wez/wezterm.git
synced 2024-11-12 21:30:45 +03:00
wezterm-client: fix incorrect type
s/TabId/PaneId/
This commit is contained in:
parent
88688e32c7
commit
21170445b7
@ -159,7 +159,7 @@ impl ClientPane {
|
||||
|
||||
#[async_trait(?Send)]
|
||||
impl Pane for ClientPane {
|
||||
fn pane_id(&self) -> TabId {
|
||||
fn pane_id(&self) -> PaneId {
|
||||
self.local_pane_id
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user