commit d49b4ea7a48fe009409a5ba78bb672084cd801c8
parent 949f14ec5523eb731904fd87d3e37312e00cc8a2
Author: deurzen <m.deurzen@tum.de>
Date: Sat, 28 Aug 2021 13:22:35 +0200
updates config
Diffstat:
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -4,3 +4,4 @@
/x.o
/*.orig
/*.rej
+/.ccls-cache
diff --git a/config.def.h b/config.def.h
@@ -6,7 +6,16 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *fonts[] = {
+ "Bm437 EagleSpCGA Alt2\\-2y",
+ "Bm437 Phoenix BIOS\\-2y",
+ "Bm437 MBytePC230 CGA\\-2y",
+ "BmPlus Amstrad PC\\-2y",
+ "Bm437 Kaypro2K G\\-2y",
+ "Bm437 IBM Model3x Alt3",
+ "BmPlus IBM CGA\\-2y",
"GohuFont:pixelsize=14",
+ "Bm437 Nix8810 M15",
+ "Fixed:pixelsize=15",
"Terminus:pixelsize=14",
};
static int fonts_current = 0;