Remove uname= prefix from query-os-name

Discussion with terminal authors indicates a slight preference for
removing the prefix.  We don't need it at this point, since we only
use it to detect macOS clients.
This commit is contained in:
Johannes Altmanninger
2025-11-28 10:31:33 +01:00
parent 64196a2a9e
commit a4b949b0ca
2 changed files with 2 additions and 2 deletions

View File

@@ -273,7 +273,7 @@ Optional Commands
The response's second parameter is ignored.
* ``query-os-name`` (for :ref:`status terminal-os <status-terminal-os>`)
Terminals running on Unix should respond with the hex encoding of ``uname=$(uname)`` as second parameter.
Terminals running on Unix should respond with the hex encoding of ``$(uname -s)`` as second parameter.
.. _term-compat-dcs-gnu-screen: