Skip to content
Snippets Groups Projects
Select Git revision
  • dailybuild_linux-x64
  • dailybuild_win32
  • master default protected
  • sqlite
  • rip_abstraction
  • dailybuild_macos-armv8
  • dd_file_lister_filanem_in_desc_color
  • mode7
  • dd_msg_reader_are_you_there_warning_improvement
  • c23-playing
  • syncterm-1.3
  • syncterm-1.2
  • test-build
  • hide_remote_connection_with_telgate
  • 638-can-t-control-c-during-a-file-search
  • add_body_to_pager_email
  • mingw32-build
  • cryptlib-3.4.7
  • ree/mastermind
  • new_user_dat
  • sbbs320d
  • syncterm-1.6
  • syncterm-1.5
  • syncterm-1.4
  • sbbs320b
  • syncterm-1.3
  • syncterm-1.2
  • syncterm-1.2rc6
  • syncterm-1.2rc5
  • push
  • syncterm-1.2rc4
  • syncterm-1.2rc2
  • syncterm-1.2rc1
  • sbbs319b
  • sbbs318b
  • goodbuild_linux-x64_Sep-01-2020
  • goodbuild_win32_Sep-01-2020
  • goodbuild_linux-x64_Aug-31-2020
  • goodbuild_win32_Aug-31-2020
  • goodbuild_win32_Aug-30-2020
40 results

scfgsub.c

  • Rob Swindell's avatar
    da9485cf
    Separate global support for "extra attribute codes" from per sub-board support · da9485cf
    Rob Swindell authored
    Each sub-board now has its own separate set of toggles for extra attribute
    code support (set in the pmode property of sub-boards) via new pmode flags:
    P_WWIV, P_WILDCAT, P_PCBOARD, P_RENEGADE, and P_CELERITY
    
    The P_NOXATTRS flag is no longer handled in putmsg() - has no effect.
    P_NOXATTRS can be passed to printfile()/menu() however to override the
    global set of extra attribute support flags.
    
    The expansion of "pipe codes" is no longer auto-disabled when the user is
    using a RIP terminal.
    
    Global extra attribute support was moved from SCFG->Message Options to
    SCFG->System, since the global option now have no effect on displaying
    messages. The global setting is just the default set of extra attributes
    supported for display files (e.g. menus).
    
    wordwrap() now has a bit more simplified API (one less argument), though
    supporting the old usage for JS word_wrap() backward compatibilty.
    
    This addresses issue #892.
    da9485cf
    History
    Separate global support for "extra attribute codes" from per sub-board support
    Rob Swindell authored
    Each sub-board now has its own separate set of toggles for extra attribute
    code support (set in the pmode property of sub-boards) via new pmode flags:
    P_WWIV, P_WILDCAT, P_PCBOARD, P_RENEGADE, and P_CELERITY
    
    The P_NOXATTRS flag is no longer handled in putmsg() - has no effect.
    P_NOXATTRS can be passed to printfile()/menu() however to override the
    global set of extra attribute support flags.
    
    The expansion of "pipe codes" is no longer auto-disabled when the user is
    using a RIP terminal.
    
    Global extra attribute support was moved from SCFG->Message Options to
    SCFG->System, since the global option now have no effect on displaying
    messages. The global setting is just the default set of extra attributes
    supported for display files (e.g. menus).
    
    wordwrap() now has a bit more simplified API (one less argument), though
    supporting the old usage for JS word_wrap() backward compatibilty.
    
    This addresses issue #892.