mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Fix typo in bash integration script caught by the test
This commit is contained in:
@@ -464,4 +464,7 @@ kitty also optionally supports sending the cmdline going to be executed with ``<
|
||||
|
||||
|
||||
Here, *encoded by %q* means the encoding produced by the %q format to printf in
|
||||
bash and similar shells.
|
||||
bash and similar shells. Which is basically shell escaping with the addition of
|
||||
using `ANSI C quoting
|
||||
<https://www.gnu.org/software/bash/manual/html_node/ANSI_002dC-Quoting.html#ANSI_002dC-Quoting>`__
|
||||
for control characters (``$''`` quoting).
|
||||
|
||||
Reference in New Issue
Block a user