|
Barrelfish
|
Filter API for terminal client library. More...
Functions | |
| term_filter_id_t | term_client_add_input_filter (struct term_client *client, term_filter_fn *filter) |
| Add an input filter. More... | |
| errval_t | term_client_remove_input_filter (struct term_client *client, term_filter_id_t id) |
| Remove an input filter. More... | |
Filter API for terminal client library.
| term_filter_id_t term_client_add_input_filter | ( | struct term_client * | client, |
| term_filter_fn * | filter | ||
| ) |
Add an input filter.
| client | Terminal client state. |
| filter | Input filter. |
| errval_t term_client_remove_input_filter | ( | struct term_client * | client, |
| term_filter_id_t | id | ||
| ) |
Remove an input filter.
| client | Terminal client state. |
| id | Filter ID. |
1.8.11