Fix the curses_get_info() function which was incorrectly named.

This commit is contained in:
mmdolze
2011-10-23 11:04:24 +00:00
parent 842a3195ef
commit 54755c80af
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -19,6 +19,7 @@ MODULE_EXPORT int curses_icon (Driver *drvthis, int x, int y, int icon);
MODULE_EXPORT void curses_backlight (Driver *drvthis, int on);
MODULE_EXPORT const char *curses_get_key (Driver *drvthis);
MODULE_EXPORT const char *curses_get_info(Driver *drvthis);
/* Default settings for config file parsing */
#define CONF_DEF_FOREGR "blue"