Minor miscellaneous comment updates: mostly identifying drivers at

the top of their source code....
This commit is contained in:
ddouthitt
2001-09-24 16:30:31 +00:00
parent 2e654fd333
commit f23292a554
6 changed files with 45 additions and 1 deletions
+8
View File
@@ -1,3 +1,11 @@
/*
* ncurses driver
*
* Display LCD display at top left of terminal screen
* using ncurses.
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif