config: add pipe-command-output key-binding

This commit is contained in:
Daniel Eklöf 2022-12-08 11:45:23 +01:00
parent e9607de5ae
commit 1c70a84fde
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 99 additions and 5 deletions

View file

@ -847,6 +847,8 @@ bool term_scrollback_to_text(
const struct terminal *term, char **text, size_t *len);
bool term_view_to_text(
const struct terminal *term, char **text, size_t *len);
bool term_command_output_to_text(
const struct terminal *term, char **text, size_t *len);
bool term_ime_is_enabled(const struct terminal *term);
void term_ime_enable(struct terminal *term);