commit 8ebce09
uint
·
2026-07-14 13:46:34 +0000 UTC
parent 03e322b
update font_path
1 files changed,
+1,
-1
M
config.h
M
config.h
+1,
-1
1@@ -5,7 +5,7 @@
2 #include <stdint.h>
3 #include <stdlib.h>
4
5-static const char font_path[] = "/home/seiko/programming/c/cterm/Xanh.bdf";
6+static const char font_path[] = "monospace.bdf";
7
8 static const int win_width = 80; /* in columns */
9 static const int win_height = 24; /* in rows */