Committed with some tweaks, thanks.
Are you sure read -n is sh and not bash? I've just said bash for now.
On Fri, Jul 30, 2010 at 09:19:10AM +0100, Thomas Adam wrote:
> On Fri, Jul 30, 2010 at 08:18:47AM +0100, Nicholas Marriott wrote:
> > You could write an FAQ entry if you like :-).
>
> Somet
On Fri, Jul 30, 2010 at 08:18:47AM +0100, Nicholas Marriott wrote:
> You could write an FAQ entry if you like :-).
Something like the diff attached? ;)
-- Thomas Adam
? blank
? foo.patch
? lock-clients.patch
? lock-nm.patch
? multi-colour-statusbar2.patch
? tmux-blank-window-faq.patch
? tmux-no-
You could write an FAQ entry if you like :-).
On Fri, Jul 30, 2010 at 06:24:21AM +0100, Thomas Adam wrote:
> Hi,
>
> Someone in #tmux was asking about how to blank the tmux window after a
> timeout -- a feature apparently which GNU Screen has. Here's how I do it,
> in case anyone else is intere
Hi,
Someone in #tmux was asking about how to blank the tmux window after a
timeout -- a feature apparently which GNU Screen has. Here's how I do it,
in case anyone else is interested:
set -g lock-server off
set -g lock-after-time 1800
set -g lock-command 'tput civis && read -s -n1'
Thankfully,