tmux_detached_flags_2.patch
Description: Binary data
On Jan 20, 2012, at 2:12 PM, Nicholas Marriott wrote:
> Hi
>
> Comments inline, thanks.
>
> On Wed, Jan 11, 2012 at 10:16:18PM -0500, Roland Walker wrote:
>> Alert flags are not displayed for the active window. This makes sense when
>> t
Hi
Comments inline, thanks.
On Wed, Jan 11, 2012 at 10:16:18PM -0500, Roland Walker wrote:
> Alert flags are not displayed for the active window. This makes sense when
> the session is attached: the user can see all relevant activity directly.
>
> However, using -F we can peek at window_flags
Alert flags are not displayed for the active window. This makes sense when the
session is attached: the user can see all relevant activity directly.
However, using -F we can peek at window_flags on a detached session. Say the
user executes
tmux lsw -F '#{window_name}|#{window_flags}'
Here