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/cursor.h

9 lines
133 B
C
Raw Normal View History

2023-09-08 20:32:29 +00:00
#ifndef CURSOR_H
#define CURSOR_H
#include "buffer.h"
void cursor_move(struct buffer *buffer, int dx, int dy);
#endif // CURSOR_H