mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Fix typo in bash integration script caught by the test
This commit is contained in:
parent
eb1d418358
commit
4f26bada31
2 changed files with 19 additions and 14 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue