Now the curses driver supports a -B option: backlight color (on) color.

This goes with the "standard" background color option -b to give the
appearance of a backlight.
This commit is contained in:
ddouthitt
2001-09-28 00:41:05 +00:00
parent cb76443a51
commit bf5daf36ad
2 changed files with 53 additions and 9 deletions
+1
View File
@@ -4,6 +4,7 @@
extern lcd_logical_driver *curses_drv;
int curses_drv_init (struct lcd_logical_driver *driver, char *args);
void curses_drv_backlight (int on);
void curses_drv_close ();
void curses_drv_clear ();
void curses_drv_flush ();