fix typo in pane initialization comment
Co-authored-by: Tristan Partin <tristan@partin.io>pull/12099/head
parent
b865b2d63a
commit
531f19dfc6
|
|
@ -256,7 +256,7 @@ pub const Viewer = struct {
|
|||
pub const Pane = struct {
|
||||
terminal: Terminal,
|
||||
/// false until this pane's initial capture-pane + pane_state sync
|
||||
/// has been applied. live %output is ignored untill then.
|
||||
/// has been applied. live %output is ignored until then.
|
||||
initialized: bool = false,
|
||||
|
||||
pub fn deinit(self: *Pane, alloc: Allocator) void {
|
||||
|
|
|
|||
Loading…
Reference in New Issue