_pwbwindown

Macro Description Key

_pwbwindow1 Switch to window 1 ALT+1
_pwbwindow2 . ALT+2
_pwbwindow3 . ALT+3
_pwbwindow4 . ALT+4
_pwbwindow5 . ALT+5
_pwbwindow6 . ALT+6
_pwbwindow7 . ALT+7
_pwbwindow8 . ALT+8
_pwbwindow9 Switch to window 9 ALT+9

Menu

Window n file

n

Window number

file

Current file in the window

The _pwbwindown macros each set a specific numbered window as the active window.

Definition

_pwbwindown := cancel arg "n" selwindow <

Cancel

Establishes a uniform “ground state” by canceling any selection or argument.

Arg "n" Selwindow

Moves to window number n.

<

Restores the function's prompt (if any). By default, function prompts are suppressed while a macro is running.

Example

_pwbwindow1 := cancel arg "1" selwindow <

This macro sets window number 1 as the active window.

See

Arg, Cancel, Selwindow