Skip to content
Snippets Groups Projects
  • Rob Swindell's avatar
    c1ba0f6b
    Refactor commit 25360110 (customizable xtrn program section menu) · c1ba0f6b
    Rob Swindell authored
    Use the text.dat strings that corresponded with the previous behavior
    (used by console.uselect()). The defaults include new-lines, so removed
    some hard-coded console.crlf() calls that were added. If you have a
    custom section_header_fmt, you'll likely need to add a \r\n to it.
    
    Allow the "External Program Section" title string to be customized
    (separately from section_header_fmt, e.g. for localization).
    
    Save/use the current section.
    
    Mouse-enable the program section list.
    c1ba0f6b
    History
    Refactor commit 25360110 (customizable xtrn program section menu)
    Rob Swindell authored
    Use the text.dat strings that corresponded with the previous behavior
    (used by console.uselect()). The defaults include new-lines, so removed
    some hard-coded console.crlf() calls that were added. If you have a
    custom section_header_fmt, you'll likely need to add a \r\n to it.
    
    Allow the "External Program Section" title string to be customized
    (separately from section_header_fmt, e.g. for localization).
    
    Save/use the current section.
    
    Mouse-enable the program section list.