From 50f49c366ace2e607593fc6fa52ea9c0700eea0c Mon Sep 17 00:00:00 2001 From: mikael-lovqvists-claude-agent Date: Sat, 7 Mar 2026 22:01:20 +0100 Subject: [PATCH] Fixed broken box drawing --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b0c67ec..0224c6e 100644 --- a/README.md +++ b/README.md @@ -88,16 +88,16 @@ ccc-queue --secrets secrets.json --user user Opens an interactive TUI showing pending actions: ``` -┌─ Pending Actions ──────────┐ ┌─ Details ───────────────────────────┐ -│ │ │ │ +┌─ Pending Actions ──────────┐ ┌─ Details ────────────────────────────┐ +│ │ │ │ │ > [a1b2c3] open-browser │ │ Action: open-browser │ │ [d4e5f6] open-terminal │ │ ID: a1b2c3d4-... │ -│ │ │ Submitted by: agent │ -│ │ │ Created: 2026-03-07T12:00:00Z │ -│ │ │ │ -│ │ │ Params: │ -│ │ │ url: https://example.com │ -└─────────────────────────────┘ └──────────────────────────────────────┘ +│ │ │ Submitted by: agent │ +│ │ │ Created: 2026-03-07T12:00:00Z │ +│ │ │ │ +│ │ │ Params: │ +│ │ │ url: https://example.com │ +└────────────────────────────┘ └──────────────────────────────────────┘ [y] approve [n] deny [r] refresh [q] quit ```