foot/input.h
2019-06-19 10:04:47 +02:00

9 lines
183 B
C

#pragma once
#include <wayland-client.h>
#include "terminal.h"
extern const struct wl_keyboard_listener keyboard_listener;
void input_repeat(struct terminal *term, uint32_t key);