From 861edc722f23bb204ac616ac63c3f91f4b8fa024 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Sun, 5 May 2024 14:03:31 -0700 Subject: [PATCH] shell-integration: revise ShellIntegration.command comment --- src/termio/shell_integration.zig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/termio/shell_integration.zig b/src/termio/shell_integration.zig index f32b59195..b2ba1e446 100644 --- a/src/termio/shell_integration.zig +++ b/src/termio/shell_integration.zig @@ -16,9 +16,7 @@ pub const ShellIntegration = struct { /// The successfully-integrated shell. shell: Shell, - /// A revised shell command. This value will be allocated - /// with the setup() function's allocator and becomes the - /// caller's responsibility to free it. + /// A revised, integration-aware shell command. command: ?[]const u8 = null, pub fn deinit(self: ShellIntegration, alloc: Allocator) void {