summaryrefslogtreecommitdiff
path: root/input.h
blob: 78d778bcfa4a92ed309ad021db2fa1337367004f (plain)
1
2
3
4
5
6
7
#pragma once

#include <stdbool.h>

#include "editor.h"

bool input_handle_event(struct ed_buf *eb);