summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dselect/method.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dselect/method.h b/dselect/method.h
index 986bc5d46..3d63196d8 100644
--- a/dselect/method.h
+++ b/dselect/method.h
@@ -36,6 +36,7 @@ struct dselect_option {
};
class methodlist : public baselist {
+protected:
int status_width, gap_width, name_width, description_width;
int name_column, description_column;
@@ -55,6 +56,7 @@ class methodlist : public baselist {
void redrawinfo();
void redrawtitle();
void setwidths();
+ void setheights();
const char *itemname(int index);
const struct helpmenuentry *helpmenulist();