Insert (config): Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:
  CONFIG INSERT ON  OFF  MIN_LENGTH (0-99)      ! one or two digits
  CONFIG INSERT ON  OFF  MIN_LENGTH (0-99)      ! one or two digits


In versions 4.17+, MIN_LENGTH denotes that INSERT should be ON if the field capacity equals or exceeds the numeric value. INSERT mode continues to toggle with the Insert key.
INSERT mode toggles with the Insert key.
 
====INSERT Configuration Statement Parameters====
INSERT ON | OFF - sets mode to Insert or Overtype <br>
INSERT MIN_LENGTH 10 - regulates separate long and short insert settings. MIN_LENGTH denotes that INSERT should be ON if the field capacity equals or exceeds the numeric value.<br>
INSERT [ON|OFF] NON_PERSISTENT - resets to specified setting upon field exit <br>
INSERT [ON|OFF] SESSION_PERSISTENT - resets at the beginning of each BR invocation <br>
INSERT [ON|OFF] PERSISTENT - user setting persists across BR invocations <br>
 
The default mode is ON PERSISTENT.


<noinclude>
<noinclude>
[[Category:Config]]
[[Category:Config]]
</noinclude>
</noinclude>

Revision as of 16:34, 23 September 2014

The Insert BRConfig.sys specification:

CONFIG INSERT ON  OFF  MIN_LENGTH (0-99)      ! one or two digits

INSERT mode toggles with the Insert key.

INSERT Configuration Statement Parameters

INSERT ON | OFF - sets mode to Insert or Overtype
INSERT MIN_LENGTH 10 - regulates separate long and short insert settings. MIN_LENGTH denotes that INSERT should be ON if the field capacity equals or exceeds the numeric value.
INSERT [ON|OFF] NON_PERSISTENT - resets to specified setting upon field exit
INSERT [ON|OFF] SESSION_PERSISTENT - resets at the beginning of each BR invocation
INSERT [ON|OFF] PERSISTENT - user setting persists across BR invocations

The default mode is ON PERSISTENT.