diff options
Diffstat (limited to 'dselect/dselect.h')
-rw-r--r-- | dselect/dselect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dselect/dselect.h b/dselect/dselect.h index 1a2a68414..e4434e6c1 100644 --- a/dselect/dselect.h +++ b/dselect/dselect.h @@ -57,7 +57,7 @@ protected: int helpscreen_attr; int total_width; - + // (n)curses stuff WINDOW *listpad, *infopad, *colheadspad, *thisstatepad; WINDOW *titlewin, *whatinfowin, *querywin; @@ -106,7 +106,7 @@ protected: virtual bool checksearch(char *str); virtual bool matchsearch(int index); void wordwrapinfo(int offset, const char *string); - + public: keybindings *bindings; |