mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-11 01:28:19 +03:00
Make a note that only regular files are supported for transmission of graphics data
This commit is contained in:
parent
ced03c5d99
commit
8ad1180321
@ -223,7 +223,7 @@ and can take the values:
|
||||
Value of `t` Meaning
|
||||
================== ============
|
||||
``d`` Direct (the data is transmitted within the escape code itself)
|
||||
``f`` A simple file
|
||||
``f`` A simple file (regular files only, not named pipes or similar)
|
||||
``t`` A temporary file, the terminal emulator will delete the file after reading the pixel data. For security reasons
|
||||
the terminal emulator should only delete the file if it
|
||||
is in a known temporary directory, such as :file:`/tmp`,
|
||||
|
Loading…
Reference in New Issue
Block a user