Fixed broken box drawing

This commit is contained in:
2026-03-07 22:01:20 +01:00
parent c45d196702
commit 50f49c366a

View File

@@ -88,7 +88,7 @@ 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-... │
@@ -97,7 +97,7 @@ Opens an interactive TUI showing pending actions:
│ │ │ │
│ │ │ Params: │
│ │ │ url: https://example.com │
└────────────────────────────┘ └──────────────────────────────────────┘
└────────────────────────────┘ └──────────────────────────────────────┘
[y] approve [n] deny [r] refresh [q] quit
```