mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
vt: add vt_to_slave()
This commit is contained in:
parent
8bf0befe42
commit
2f6b8d232f
2 changed files with 22 additions and 0 deletions
1
vt.h
1
vt.h
|
|
@ -6,6 +6,7 @@
|
|||
#include "terminal.h"
|
||||
|
||||
void vt_from_slave(struct terminal *term, const uint8_t *data, size_t len);
|
||||
bool vt_to_slave(struct terminal *term, const void *data, size_t len);
|
||||
|
||||
static inline int
|
||||
vt_param_get(const struct terminal *term, size_t idx, int default_value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue