curses: configfile support; CFontz: configfile parsing bugfix

This commit is contained in:
reenoo
2001-12-25 15:56:25 +00:00
parent 94b8ea0ad4
commit b9f0e14e8f
5 changed files with 98 additions and 93 deletions
+13 -5
View File
@@ -115,13 +115,21 @@ Reboot=no
[curses]
# Curses driver
Arguments="-f blue -b cyan -B red -t 20x4"
# color settings
# foreground color [blue]
foreground=blue
# background color [cyan]
background=cyan
# backlight color [red]
backlight=red
# -f <color> Foreground color
# -b <color> Background color
# -B Big numbers size?
# -t Display size
# display size [20x4]
size=20x4
# What position (X,Y) to start the left top corner at...
# Default: (7,7)
topleftx=7
toplefty=7
[GLK]