Re: Blanking the tmux window.

2010-07-31 Thread Nicholas Marriott
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

Re: Blanking the tmux window.

2010-07-30 Thread Thomas Adam
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-

Re: Blanking the tmux window.

2010-07-30 Thread Nicholas Marriott
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

Blanking the tmux window.

2010-07-29 Thread Thomas Adam
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,