X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flibsystemd-terminal%2Funifont-def.h;h=3847a2cf6cff29536ea6d411645deca18a826e42;hb=d90c154eb180783098683ce8e1c03cd29d9b77ce;hp=7a0d48505ac96bd25c4c2c46e666e6c2485395db;hpb=86db5dfb6d334e583ea4161191754522ce850eed;p=elogind.git diff --git a/src/libsystemd-terminal/unifont-def.h b/src/libsystemd-terminal/unifont-def.h index 7a0d48505..3847a2cf6 100644 --- a/src/libsystemd-terminal/unifont-def.h +++ b/src/libsystemd-terminal/unifont-def.h @@ -94,7 +94,7 @@ typedef struct unifont_glyph_header unifont_glyph_header; * +-----------------------------------+ * * * The first byte specifies the width of the glyph. If it is 0, the glyph - * must be treated as non-existant. + * must be treated as non-existent. * All glyphs are "8*n" pixels wide and "16" pixels high. The width-field * specifies the width multiplier "n". * * After the width field padding might be added. This depends on the global @@ -115,7 +115,7 @@ typedef struct unifont_glyph_header unifont_glyph_header; */ /* path to binary file */ -#define UNIFONT_PATH "/usr/share/unifont/unifont-glyph-array.bin" +#define UNIFONT_PATH "/usr/share/systemd/unifont-glyph-array.bin" /* header-size of version 1 */ #define UNIFONT_HEADER_SIZE_MIN 32