Implemented a software cursor of sorts and updated the function that draws a string to honor that cursor position.

This commit is contained in:
2020-05-23 17:09:06 -05:00
parent 7613ba9de2
commit cf88cb98fb
3 changed files with 35 additions and 13 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#ifndef KERNEL_VERSION_NUMBER
#define KERNEL_VERSION_NUMBER "0.0.1-276"
#define KERNEL_VERSION_NUMBER "0.0.1-293"
#endif