#ifndef COMMANDS_H
#define COMMANDS_H
#include "input.h"
void command_move_cursor(KEY key);
void command_insert_char(char c);
#endif // COMMANDS_H