focus_processes
Returns a list of processes in the current focus
Format
TV::focus_processes [ -all| -group | -process |-thread ]
Arguments
-all
Changes the default width to all.
-group
Changes the default width to group.
-process
Changes the default width to process.
-thread
Changes the default width to thread.
Description
The TV::focus_processes command returns a list of all processes in the current focus. If the focus width is something other than d (default), the focus width determines the set of processes returned. If the focus width is d, the TV::focus_processes command returns process width. Using any of the options changes the default width.
Examples
f g1.< TV::focus_processes
Returns a list containing all processes in the same control as process 1.
Related Topics