mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-03 07:15:29 -04:00
osc-52: don't strip any control characters, and don't do newline conversion
This commit is contained in:
parent
037a2f4fa2
commit
46a9cb8aab
4 changed files with 32 additions and 19 deletions
|
|
@ -63,12 +63,12 @@ bool text_to_primary(
|
|||
* point).
|
||||
*/
|
||||
void text_from_clipboard(
|
||||
struct seat *seat, struct terminal *term,
|
||||
struct seat *seat, struct terminal *term, bool no_strip,
|
||||
void (*cb)(char *data, size_t size, void *user),
|
||||
void (*done)(void *user), void *user);
|
||||
|
||||
void text_from_primary(
|
||||
struct seat *seat, struct terminal *term,
|
||||
struct seat *seat, struct terminal *term, bool no_strip,
|
||||
void (*cb)(char *data, size_t size, void *user),
|
||||
void (*dont)(void *user), void *user);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue