summaryrefslogtreecommitdiff
path: root/src/ncur/menu.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:47 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:47 +0200
commitd4c9f10efe815af146438cafb694d16da0e5650a (patch)
tree93956195c448768b2d58892cb672bee36a6a6463 /src/ncur/menu.h
parentee315a27b72dc967a8a90f132725b7c8e4fd9fba (diff)
tagging ychat-0.7.0ychat-0.7.0
Diffstat (limited to 'src/ncur/menu.h')
-rwxr-xr-xsrc/ncur/menu.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/ncur/menu.h b/src/ncur/menu.h
index d931be3..7e4fc5b 100755
--- a/src/ncur/menu.h
+++ b/src/ncur/menu.h
@@ -1,7 +1,6 @@
#include "../incl.h"
#ifdef NCURSES
-
#ifndef MENU_H
#define MENU_H
@@ -28,11 +27,7 @@ public:
void display();
void start( void (*swich_case_menu_action)(int) );
-
- void activate_menu_win()
- {
- keypad(win, 1);
- }
+ void activate_menu_win() { keypad(win, 1); }
};
#endif