Skip to content
  • Rob Swindell's avatar
    ee965f21
    Add K_CHANGED mode flag for uifc.input() · ee965f21
    Rob Swindell authored
    Used in combination with K_EDIT, if the string isn't actually changed, return
    -1 (same as abort/ESC).
    
    This allows the elimination of some save/compare/copy code in SCFG where we
    only care to even look at the string if it was changed from its existing
    value.
    ee965f21
    Add K_CHANGED mode flag for uifc.input()
    Rob Swindell authored
    Used in combination with K_EDIT, if the string isn't actually changed, return
    -1 (same as abort/ESC).
    
    This allows the elimination of some save/compare/copy code in SCFG where we
    only care to even look at the string if it was changed from its existing
    value.
Loading