Hi - I don't know what this is and why you are asking about it here? Why
not ask the authors?

On 9 Dec 2016 10:50 am, "nalingijo" <[email protected]> wrote:

> hello
>
> I have just started to use the TMUX 2.1 with the "tmux-logging" but I can
> see that the log files are not filled with logs. I can see empty files only:
>
> -rw-r--r--   1 user user           0 Dec  9 11:41 
> tmux-base_dev-1-0-20161209T114146.log
>
> -rw-r--r--   1 user user           0 Dec  9 11:44 tmux-base_dev-1-0-
> 20161209T114452.log
>
> The problem is that the "ansifilter" cannot be installed/compiled on
> Solaris 10 (or I just didnt succeed...) and that the "sed -r" (sed regex)
> is not supported on this OS. Because of that the function "pipe_pane_sed()"
> is sending nothing as "sed -r" is not recognised:
>
> [..]
> pipe_pane_sed() {
>        local ansi_codes="(\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]|^M)"
>         tmux pipe-pane "exec cat - | sed -r 's/$ansi_codes//g' >> $FILE"
> }
> [..]
>
> I need to find how to convert the :
>
> sed -r 's/$ansi_codes//g'
> to
> sed 's/some_stuff_ansi_codes//g'
>
>
> Maybe somebody found a workaround ? Would be nice to add an
> "system_solaris()" in start_logging.sh :)
>
> cheers,
> Michal
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "tmux-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to