foot/input.h

10 lines
183 B
C
Raw Normal View History

2019-06-19 10:04:47 +02:00
#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);