Re: Clearing a pane while it's running an app

2012-04-05 Thread Nicholas Marriott
Do: C-b : send-keys -R On Thu, Apr 05, 2012 at 08:14:37AM +1000, Diego Barros wrote: >Hi all, >I was wondering if there was a way to clear the contents of a pane while >it's running an application?** >I know I can enter `clear` manually, or assign that to a keyboard shortcut >

Re: Clearing a pane while it's running an app

2012-04-05 Thread Diego Barros
Thanks, Nicholas. I just then realised what you suggested. What happened was that homebrew installed version 1.6. I uninstalled tmux and reinstalled with `brew install --HEAD tmux` to get version 1.7, which has the -R send-keys option. -- db On Thursday, 5 April 2012 at 6:25 PM, Nicholas