mirror of
https://github.com/l0ng-ai/tty7.git
synced 2026-09-22 00:02:23 +00:00
`pane ls` reports PANE/WS/TAB/CWD/LIVE and `pane ls --all` reports PANE/WS/OWNER/CWD/LIVE. The swap is right — a pane no workspace holds is in no tab, so a TAB column would be empty for exactly the panes `--all` exists to show — but nothing said so, and it is the sort of difference a reader assumes they misread. It also costs something specific: the @ numbers. A "no tab @7" error sends the reader to `tty7 pane ls`, and reaching for `--all` there, as one does when a thing seems to be missing, takes the column away. Verified while here, and all correct: `--key C-c` interrupts a running command (the `sleep` is gone and `procs` shows the shell back in the foreground); `send` delivers quotes, backslashes, `$`, backticks, braces and pipes verbatim; `-q` silences all twelve listing and creating verbs, still prints errors, still exits 1, and wins over `--json` on success.