On Sat, Aug 9, 2014 at 3:36 PM, Thomas Adam wrote:
> On 8 August 2014 17:45, Patrick Palka wrote:
>> Steps to reproduce the segmentation fault:
>>
>> $ tmux -L bug new-session -d
>> $ tmux -L bug attach-session
>> (we are now inside the client)
>> $ tmux suspend-client
>> (we are now outside the
I have a patch from someone else to do logging from a year or so ago too but so
far I didn't do it because it doesn't seem to be in high demand and you can
already log individual panes with pipe-pane/capture-pane as needed. The use
case for automatically logging everything seems a bit thin.
I t
On 2014-08-08 04:18 +, Scott Rochford wrote:
> Please add a feature similar to screen's 'log' command which allows
> you to set up log files of each window using a filename template.
I have a very experimental patch, just for myself, adding a similar
feature. The implementation is quite easy,
Hi
lockf and fcntl are broken (any close on the fd releases all locks) so I
suggest the best option is to create an flock in compat/ that is a no-op and do
without the locking on Solaris. Or there may be a locking function that has the
semantics we need.
Original message
From
On 2014-06-07 15:16 +0100, Balazs Kezes wrote:
> OK, I've attached a patch which fixes the behavior for the vi mode and
> also fixes the left key bug for the emacs mode. Please test both
> modes!
Hi Nicholas!
I believe you missed this patch, can you reconsider?
Thanks!
--
Balazs
>From 49b46f56
Hi,
I just noticed my continous builds on Solaris failed for tmux HEAD with missing
flock definition
https://buildfarm.opencsw.org/buildbot/builders/tmux-solaris10-sparc/builds/59/steps/shell_2/logs/stdio
similar to the one we fixed some time ago:
http://sourceforge.net/p/tmux/tmux-code/merg