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
|
Value of `t` Meaning
|
||||||
================== ============
|
================== ============
|
||||||
``d`` Direct (the data is transmitted within the escape code itself)
|
``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
|
``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
|
the terminal emulator should only delete the file if it
|
||||||
is in a known temporary directory, such as :file:`/tmp`,
|
is in a known temporary directory, such as :file:`/tmp`,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user