aboutsummaryrefslogtreecommitdiff
path: root/input_field.h
blob: 64cb55746512db8dbe57bd94f6feb340377de10a (plain)
1
2
3
4
5
6
7
8
9
#ifndef INPUT_FIELD_H_
#define INPUT_FIELD_H_

#include "state.h"

void type_key(client_state* state, xkb_keysym_t keysym);
void submit_line(client_state* state);

#endif