Updated interface for screen

This commit is contained in:
lucic71 2022-06-28 19:40:51 +03:00
parent 2a9c322991
commit 1eb1e6a0b6
1 changed files with 8 additions and 0 deletions

View File

@ -24,4 +24,12 @@ void screen_init(void);
size_t screen_write(char *buf, size_t len);
/*
* screen_delete:
* Deletes the current character and updates the position of the cursor.
*
*/
void screen_delete(void);
#endif