summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorcflip <cflip@cflip.net>2023-01-22 23:00:11 -0700
committercflip <cflip@cflip.net>2023-01-25 11:00:53 -0700
commit69e2be81c732353f5f89389fec3f9bb768b0766a (patch)
tree56bffb1120ad422cd8d487b3d52fdbbaf21c2863 /main.c
parent6cf6fd2c62c89ac20e0a5cc3fba74089d5195f19 (diff)
Use Glypher as the official name of the editor
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 94e4202..1354729 100644
--- a/main.c
+++ b/main.c
@@ -4,7 +4,7 @@
int main(int argc, char** argv)
{
- window_init("Text editor", 28, 80);
+ window_init("Glypher", 28, 80);
struct editor_state editor;
init_editor(&editor);