This commit is contained in:
@@ -166,3 +166,9 @@ Lisp editorFind_L(Lisp args, LispError *e, LispContext ctx) {
|
||||
editorFind();
|
||||
return lisp_null();
|
||||
}
|
||||
|
||||
Lisp editorReadChar_L(Lisp args, LispError *e, LispContext ctx) {
|
||||
fprintf(stderr, "char read : %c\n", E.row[E.cursor_y].render[E.cursor_x]);
|
||||
return lisp_make_char(E.row[E.cursor_y].render[E.cursor_x]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user