From 6ea0d0b0b703261869ab24ce2cbf62c7c64f3dc8 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Sat, 19 Feb 2011 13:34:26 +0000 Subject: added module 'overlay' to test out some ideas for fiddling with curses widgets internally --- modules/overlays/overlay_impl.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 modules/overlays/overlay_impl.c (limited to 'modules/overlays/overlay_impl.c') diff --git a/modules/overlays/overlay_impl.c b/modules/overlays/overlay_impl.c new file mode 100644 index 0000000..6626680 --- /dev/null +++ b/modules/overlays/overlay_impl.c @@ -0,0 +1,18 @@ +#include +#include +#include + +void print_load_message(void) { + + printtext(NULL, NULL, MSGLEVEL_CLIENTERROR, + "Hello, World. xxx \"%s\"", MODULE_NAME); + +} + +void print_unload_message(void) { + + printtext(NULL, NULL, MSGLEVEL_CLIENTERROR, + "Goodbye, Cruel World. ~signed \"%s\"", MODULE_NAME); + +} + -- cgit v1.2.3