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

8 lines
115 B
C

#ifndef COMMANDS_H
#define COMMANDS_H
#include "input.h"
void editor_move_cursor(KEY key);
#endif // COMMANDS_H