_pwbboxmode

Key

Unassigned

Menu

Edit menu, Box Mode command

The _pwbboxmode macro sets the selection mode to box selection mode.

Definition

_pwbboxmode := :>more selmode ->more selmode

:>more

Defines the label more.

Selmode

Advances to the next selection mode.

->more

Branches to the label more if Selmode returns false.

The Selmode function advances the selection mode from box, to stream, to line. Selmode returns true when the mode is stream mode. The macro executes the Selmode function until it returns true (sets stream mode), then advances the selection mode once to set box selection mode.

See

Enterselmode, Selmode