|
@@ -63,10 +63,6 @@ void methodlist::setwidths() {
|
|
|
name_width= 14;
|
|
name_width= 14;
|
|
|
name_column= status_width + gap_width;
|
|
name_column= status_width + gap_width;
|
|
|
description_column= name_column + name_width + gap_width;
|
|
description_column= name_column + name_width + gap_width;
|
|
|
-
|
|
|
|
|
- total_width= TOTAL_LIST_WIDTH;
|
|
|
|
|
- if (total_width < COLS)
|
|
|
|
|
- total_width= COLS;
|
|
|
|
|
description_width= total_width - description_column;
|
|
description_width= total_width - description_column;
|
|
|
}
|
|
}
|
|
|
|
|
|