mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-04 07:15:29 -04:00
Rename: vt_to_slave() -> term_to_slave()
This commit is contained in:
parent
79c3121aa3
commit
9f1525aef7
8 changed files with 46 additions and 46 deletions
1
vt.h
1
vt.h
|
|
@ -6,7 +6,6 @@
|
|||
#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