@agora-build/tcap 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -112,8 +112,9 @@ block.
|
|
|
112
112
|
|
|
113
113
|
**On kitty, output is the last *non-empty* output**, because kitty counts the
|
|
114
114
|
running `tcap` as the current command. A command that printed nothing therefore
|
|
115
|
-
yields an older output under the current header; it is labelled with a `# note:`
|
|
116
|
-
|
|
115
|
+
yields an older output under the current header; it is labelled with a `# note:` line and
|
|
116
|
+
`"approximate": true` in `--json`, plus a one-line stderr reminder once per
|
|
117
|
+
session. Two `tcap` runs in a row are a hard
|
|
117
118
|
error instead, since the mismatch is certain there. tmux has no such ambiguity.
|
|
118
119
|
|
|
119
120
|
**tmux wins whenever it's running.** Inside kitty running tmux, asking kitty for
|