commit 6d4cbcce478157b67d2ca598c7527cadd0e9b0a5
parent 6fe5418f9bfdfca9b623ced42af4da94d3c5b613
Author: rexim <reximkut@gmail.com>
Date: Tue, 17 Jan 2023 22:50:00 +0700
Clean up some TODOs
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main.c b/src/main.c
@@ -64,6 +64,7 @@ int main(int argc, char **argv)
return 1;
}
+ // TODO: users should be able to customize the font
// const char *const font_file_path = "./VictorMono-Regular.ttf";
const char *const font_file_path = "./iosevka-regular.ttf";
@@ -159,7 +160,6 @@ int main(int argc, char **argv)
fprintf(stderr, "WARNING! GLEW_ARB_debug_output is not available");
}
-
simple_renderer_init(&sr);
free_glyph_atlas_init(&atlas, face);
@@ -227,7 +227,7 @@ int main(int argc, char **argv)
flash_error("Could not save file currently edited file: %s", strerror(err));
}
} else {
- // TODO: as the user for the path to save to in this situation
+ // TODO: ask the user for the path to save to in this situation
flash_error("No where to save the text");
}
}