1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-01-11 23:53:16 +00:00

Fixed for portability to MacOS

This commit is contained in:
Rene Richarz 2024-06-09 08:58:19 +02:00
parent cac4b781ca
commit cab75bc912
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored
View File

@ -55,3 +55,7 @@ dkms.conf
# Temporary files
src/help.h
# MacOS system files
.DS_Store
*/.DS_Store

View File

@ -1,7 +1,7 @@
// tube.h
// fonts
#define STANDARD_FONT "Monospace"
#define STANDARD_FONT "monospace"
#define STANDARD_FONT_SIZE 18.0
#define APL_FONT "APL385 Unicode"
#define APL_FONT_SIZE 20.0