fix typo in pane initialization comment

Co-authored-by: Tristan Partin <tristan@partin.io>
pull/12099/head
bitwise 2026-04-06 10:57:09 -04:00 committed by GitHub
parent b865b2d63a
commit 531f19dfc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 {