Re: update: misc/tmux 0.6

2009-01-20 Thread Fulvio Ciriaco
Ops, sorry... I answered the wrong thread. Fulvio At Mon, 19 Jan 2009 19:08:07 +, Nicholas Marriott wrote: > > On Mon, Jan 19, 2009 at 03:12:29PM +, Christian Weisgerber wrote: > > Nicholas Marriott wrote: > > > > > Update to new tmux version 0.6. > > > > Clock-mode doesn't seem to work

Re: update: misc/tmux 0.6

2009-01-20 Thread Fulvio Ciriaco
Hallo, I committed a correction to the patch. Tmux segfaulted when calling strtonum because of a missing declaration. Fulvio At Mon, 19 Jan 2009 19:08:07 +, Nicholas Marriott wrote: > > On Mon, Jan 19, 2009 at 03:12:29PM +, Christian Weisgerber wrote: > > Nicholas Marriott wrote: > > > >

Re: update: misc/tmux 0.6

2009-01-19 Thread Nicholas Marriott
On Mon, Jan 19, 2009 at 03:12:29PM +, Christian Weisgerber wrote: > Nicholas Marriott wrote: > > > Update to new tmux version 0.6. > > Clock-mode doesn't seem to work. It clears the screen, except for > the status line, and positions the cursor in the lower right corner. > There is no clock

Re: update: misc/tmux 0.6

2009-01-19 Thread Christian Weisgerber
Nicholas Marriott wrote: > Update to new tmux version 0.6. Clock-mode doesn't seem to work. It clears the screen, except for the status line, and positions the cursor in the lower right corner. There is no clock, apart from the one in the status line. ... Oh. Let me revise that. Clock-mode

Re: update: misc/tmux 0.6

2009-01-18 Thread Aaron Stellman
On Sat, Jan 17, 2009 at 08:44:35PM +, Nicholas Marriott wrote: > Update to new tmux version 0.6. > > Changes: > > https://sf.net/project/shownotes.php?group_id=200378&release_id=654437 > After making some changes to .tmux.conf, it works as expected. $ cat .tmux.conf set-option -g default-com

Re: update: misc/tmux 0.6

2009-01-18 Thread Marco Peereboom
I am ready for it :-) On Sat, Jan 17, 2009 at 08:44:35PM +, Nicholas Marriott wrote: > Update to new tmux version 0.6. > > Changes: > > https://sf.net/project/shownotes.php?group_id=200378&release_id=654437 > > Please note if updating from 0.5 there are a couple of configuration breaking >

Re: update: misc/tmux 0.6

2009-01-18 Thread Sebastian Trahm
Nicholas Marriott wrote: > Please note patches/patch-tmux_h can be removed. > > Please test, etc. Thanks! Tested on i386, works for me.

update: misc/tmux 0.6

2009-01-17 Thread Nicholas Marriott
Update to new tmux version 0.6. Changes: https://sf.net/project/shownotes.php?group_id=200378&release_id=654437 Please note if updating from 0.5 there are a couple of configuration breaking changes: it is now required to pass the -g flag to set-option or set-window-option to set global options (