unlockDelay resource

From The x3270 Wiki
Type Default Option
Boolean varies

If unlockDelay is true, the emulator will implement an unlock delay, with the time specified by the unlockDelayMs resource. If it is false, there will be no unlock delay.

Starting with release 4.1, the default for unlockDelay for all emulators is false. To have the effect of setting it to true in scripts and macros without slowing down interactive use, use the Pause() action where needed.

The history of default values for unlockDelay is are as follows:

Release s3270/tcl3270 b3270 Others
Prior to 3.6 true - true
3.6 through 4.0 false false (from 4.0ga12 forward) true
4.1 false false false (from 4.1alpha5 forward)