From aabb239c0f580134ed90bff825e414c5ea2e9ee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 2 Aug 2024 10:33:18 +0200 Subject: [PATCH] readme: xtgettcap: mention tigetstr() compability --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8ebc14b1..0f962c74 100644 --- a/README.md +++ b/README.md @@ -639,6 +639,10 @@ capability in the multi query. This allows us to send a proper success/fail flag for each queried capability. Responses for **all** queried capabilities are **always** sent. No queries are ever dropped. +All replies are in `tigetstr()` format. That is, given the same +capability name, foot reply is identical to what `tigetstr()` would +have returned. + # Credits