mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-14 08:21:27 -04:00
input: wip: initial support for piping scrollback/view to external tools
This commit is contained in:
parent
69d9ff3f25
commit
062b0eb7ab
2 changed files with 133 additions and 8 deletions
|
|
@ -47,7 +47,7 @@ enum bind_action_normal {
|
|||
struct key_binding_normal {
|
||||
struct key_binding bind;
|
||||
enum bind_action_normal action;
|
||||
const char *spawn;
|
||||
const char *pipe_cmd;
|
||||
};
|
||||
|
||||
struct mouse_binding {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue