diff --git a/src/config/Config.zig b/src/config/Config.zig index 5db6c9fb4..f609487b0 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -908,10 +908,10 @@ palette: Palette = .{}, /// Enables the ability to move the cursor at prompts by clicking on a /// location in the prompt text. /// -/// This feature requires shell integration, specifically prompt marking -/// via `OSC 133`. Some shells like Fish (v4) and Nu (0.111+) natively -/// support this while others may require additional configuration or -/// Ghostty's shell integration features to be enabled. +/// This feature requires prompt marking via `OSC 133`. Some shells like Fish +/// (v4.1+) and Nu (0.111+) natively support this while others may require +/// additional configuration or Ghostty's shell integration features to be +/// enabled. /// /// Depending on the shell, this works either by translating your click /// position into a series of synthetic arrow key movements or by sending