pteFindModeOn
layout pteFindModeOn boolean { t | nil }
Description
Toggles between the Filter and Find search modes.The Filter mode is switched on.
The default is nil. When set to t, the Find mode is switched on.
GUI Equivalent
Examples
envGetVal("layout" "pteFindModeOn")
envSetVal("layout" "pteFindModeOn" 'boolean t)
Related Topics
Return to top