diff --git a/main.cpp b/main.cpp index 1069cf8..cf3d973 100644 --- a/main.cpp +++ b/main.cpp @@ -79,7 +79,7 @@ uint8_t get_char(uint8_t key) { } void init_terminal() { - setmode(0); + mode(0); cls(); } @@ -270,7 +270,7 @@ void refresh_code_editor() { } void init_code_editor() { - setmode(3); + mode(3); code.clear(); load_code(); refresh_code_editor();