Archived
1
Fork 0
This repository has been archived on 2024-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
kilo/include/commands.h

10 lines
150 B
C
Raw Normal View History

2023-09-01 15:04:12 +00:00
#ifndef COMMANDS_H
#define COMMANDS_H
#include "input.h"
void command_move_cursor(KEY key);
void command_insert_char(char c);
2023-09-01 15:04:12 +00:00
#endif // COMMANDS_H