mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
config: add 'pipe-selected' key binding
This works just like pipe-visible and pipe-scrollback, but pipes the user-selected text, if any, to the external tool. Closes #51
This commit is contained in:
parent
33e25e7f93
commit
639a61abd8
8 changed files with 43 additions and 13 deletions
|
|
@ -30,6 +30,7 @@ void selection_mark_word(
|
|||
void selection_mark_row(
|
||||
struct seat *seat, struct terminal *term, int row, uint32_t serial);
|
||||
|
||||
char *selection_to_text(const struct terminal *term);
|
||||
void selection_to_clipboard(
|
||||
struct seat *seat, struct terminal *term, uint32_t serial);
|
||||
void selection_from_clipboard(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue