aboutsummaryrefslogtreecommitdiffstats
path: root/drv_Curses.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_Curses.c')
-rw-r--r--drv_Curses.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drv_Curses.c b/drv_Curses.c
index b839b7c..5bf9a92 100644
--- a/drv_Curses.c
+++ b/drv_Curses.c
@@ -276,7 +276,7 @@ static int drv_Curs_keypad(const int num)
/* list models */
int drv_Curs_list(void)
{
- printf("any");
+ printf("pure ncurses based text driver");
return 0;
}