On Sun, Aug 06, 2023 at 10:01:07PM +0100, Gavin Smith wrote: > So here's my proposal: > > Change AUTO_MENU_DESCRIPTION_FILLCOLUMN -> AUTO_MENU_MAX_WIDTH
Looks good to me. > Change AUTO_MENU_DESCRIPTION_INDENT_LENGTH -> AUTO_MENU_DESCRIPTION_ALIGN. Nothing says that it is a number of columns (it was the purpose of LENGTH). To me it only seems to say that it is is aligned. It may be still ok, if it is somewhat implicit if it implied by ALIGN. Otherwise a possibility could be (although it may not be correct english): AUTO_MENU_DESCRIPTION_ALIGN_AT > As the "align" value should be the 1-based index of the first column of > the menu description, rather than the size of the "indent", the value > provided by the user will have to be decremented by the current code. E.g. > "align" value of 33 means an indent of 32 columns. Ok. -- Pat