Synchronet v3.21e-Win32 (install) has been released (Mar-2026).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
module:xtrn_sec [2025/04/18 23:50] – [Configure] Added indent_list_items nelginmodule:xtrn_sec [2025/12/30 20:32] (current) – [Configure] Add multicolumn_section_fmt digital man
Line 37: Line 37:
 | multicolumn            | true    | Use a multiple-column program list when there are more than ''singlecolumn_height'' items. This will automatically set to false if screen_columns < 80 | | multicolumn            | true    | Use a multiple-column program list when there are more than ''singlecolumn_height'' items. This will automatically set to false if screen_columns < 80 |
 | multicolumn_separator  | " "    | Separator displayed between columns of program names | | multicolumn_separator  | " "    | Separator displayed between columns of program names |
-| multicolumn_fmt        | text[XtrnProgLstFmt]  | Display format used for multiple columns |+| multicolumn_fmt        | text[XtrnProgLstFmt]  | Display format used for multiple program columns 
 +| multicolumn_section_fmt | "\x01g\x01h%3d: \x01n\x01g%-32.32s " | Display format used for multiple program //section// columns ||
 | singlecolumn_fmt       | "\x01h\x01c%3u \xb3 \x01n\x01c%s\x01h "          | Display format used for single column | | singlecolumn_fmt       | "\x01h\x01c%3u \xb3 \x01n\x01c%s\x01h "          | Display format used for single column |
 | singlecolumn_margin    | 7      | Desired button margin (below program list), in rows | | singlecolumn_margin    | 7      | Desired button margin (below program list), in rows |
 | singlecolumn_height    | screen_rows - singlecolumn_margin  | The maximum length of a single column list | | singlecolumn_height    | screen_rows - singlecolumn_margin  | The maximum length of a single column list |
-indent_list_items      | false   | Use with multi/singlecolumn_fmt strings which don't contain padded integer specifiers |+align_prog_list        | false   | Use with ''multi/singlecolumn_fmt'' strings which don't contain padded integer specifiers |
 | header_fmt             | text[XtrnProgLstHdr]  | Program list header format | | header_fmt             | text[XtrnProgLstHdr]  | Program list header format |
 | titles                 | text[XtrnProgLstTitles]  | Program list titles | | titles                 | text[XtrnProgLstTitles]  | Program list titles |
Line 49: Line 50:
 | section_which          | text[SelectItemWhich] | Which prompt for main section listing | | section_which          | text[SelectItemWhich] | Which prompt for main section listing |
 | section_header_title   | External Program Selection | Main section listing header text | | section_header_title   | External Program Selection | Main section listing header text |
 +| align_section_list     | false  | Use with ''section_fmt'' string that doesn't contain padded integer specifiers |
 | which                  | text[WhichXtrnProg]  | Which prompt | | which                  | text[WhichXtrnProg]  | Which prompt |
 | sort                   | false  | Re-sort (alphabetically) the list of programs and program sections before displaying to the user | | sort                   | false  | Re-sort (alphabetically) the list of programs and program sections before displaying to the user |