readme: xtgettcap: mention tigetstr() compability

This commit is contained in:
Daniel Eklöf 2024-08-02 10:33:18 +02:00
parent 901daefd96
commit aabb239c0f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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