aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/bruiser.h
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-05-09 20:14:47 +0000
committerbloodstalker <thabogre@gmail.com>2017-05-09 20:14:47 +0000
commitff32f1ffe3c8f448cfda84652e4e166a6314f8c0 (patch)
treee26ceaf8967745db44a0ed89c9a2f2ab16647a4d /bruiser/bruiser.h
parentadded the list records action (diff)
downloadmutator-ff32f1ffe3c8f448cfda84652e4e166a6314f8c0.tar.gz
mutator-ff32f1ffe3c8f448cfda84652e4e166a6314f8c0.zip
minor change
Diffstat (limited to '')
-rw-r--r--bruiser/bruiser.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bruiser/bruiser.h b/bruiser/bruiser.h
index 1f1a3f9..425b519 100644
--- a/bruiser/bruiser.h
+++ b/bruiser/bruiser.h
@@ -79,6 +79,12 @@ namespace bruiser
do{\
std::cout << X << Y << "\n" << NORMAL;\
}while(0)
+
+#define SHOW_TEXT(X,Y) \
+ do{\
+ wprintw(X, Y);\
+ wrefresh(X);\
+ }while(0)
/**********************************************************************************************************************/
/*Error Codes*/
#define M0_ERROR_CODES \