Re: show flags on active window when detached

2012-01-20 Thread Roland Walker
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

Re: show flags on active window when detached

2012-01-20 Thread Nicholas Marriott
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

show flags on active window when detached

2012-01-15 Thread Roland Walker
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