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

9 lines
115 B
C
Raw Normal View History

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