From 69e2be81c732353f5f89389fec3f9bb768b0766a Mon Sep 17 00:00:00 2001 From: cflip Date: Sun, 22 Jan 2023 23:00:11 -0700 Subject: Use Glypher as the official name of the editor --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') 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); -- cgit v1.2.3