input: wip: initial support for piping scrollback/view to external tools

This commit is contained in:
Daniel Eklöf 2020-07-15 13:34:32 +02:00
parent 69d9ff3f25
commit 062b0eb7ab
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 133 additions and 8 deletions

View file

@ -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 {