From a67d5beb55936965bb2502a4ed35140d1d0f0f7a Mon Sep 17 00:00:00 2001 From: dormouse-bot <287024035+dormouse-bot@users.noreply.github.com> Date: Tue, 9 Jun 2026 07:36:56 +0000 Subject: [PATCH] docs: fix corrupted phrase in completion-detection feature bullet The README's 'Automatic completion detection' bullet contained an in-flight phrase with garbage characters (.,mn,.mn.,mn) and a missing sentence break, introduced in a286679 and flagged in that commit's message as needing a follow-up edit. Co-Authored-By: Claude Opus 4.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b57298d..a21214b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## Features -- **Automatic completion detection.** Detect when an agent needs your attention with standard terminal .,mn,.mn.,mnWhen a pane goes quiet for two seconds, it's marked done. Works with builds, AI agents, scripts, anything. +- **Automatic completion detection.** Detect when an agent needs your attention. When a pane goes quiet for two seconds, it's marked done. Works with builds, AI agents, scripts, anything. - **tmux-compatible keybindings.** Same prefix, same splits, same pane navigation. Muscle memory transfers. - **Full mouse support.** Click to split, drag to resize, scroll to navigate. Or stay on the keyboard. - **Copy-paste that works.** Click and drag selects text the way you'd expect, even in mouse-aware TUIs that normally swallow it as escape codes.