util.h: new header file defining commonly used macros

This commit is contained in:
Daniel Eklöf 2020-05-01 11:46:24 +02:00
parent fc2e385d87
commit 69c3e74498
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
14 changed files with 18 additions and 39 deletions

View file

@ -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)