mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-22 01:40:17 -05:00
util.h: new header file defining commonly used macros
This commit is contained in:
parent
fc2e385d87
commit
69c3e74498
14 changed files with 18 additions and 39 deletions
3
input.c
3
input.c
|
|
@ -29,10 +29,9 @@
|
|||
#include "search.h"
|
||||
#include "selection.h"
|
||||
#include "terminal.h"
|
||||
#include "util.h"
|
||||
#include "vt.h"
|
||||
|
||||
#define ALEN(v) (sizeof(v) / sizeof(v[0]))
|
||||
|
||||
static void
|
||||
execute_binding(struct terminal *term, enum bind_action_normal action,
|
||||
uint32_t serial)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue