mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user