tmux-plugins / tmux-logging

Easy logging and screen capturing for Tmux.
MIT License
1.05k stars 114 forks source link

Garbled log #15

Open anchitjain1234 opened 8 years ago

anchitjain1234 commented 8 years ago

Hi I am Logging from mosh opened in tmux pane and the log is in garbled format. I am using Ubuntu 16.04. Any ideas what can be done to overcome it? Here is how the log file looks when opened in Sublime garbled_log

pradeepprakash commented 6 years ago

I also have the same issue, If the solution is found, Please share. Thanks in advance.

ghost commented 6 years ago

I also have a messed log when using capture screen feature.

I use zsh and set a custom prompt - does not contain any special characters, just %T, %b ..etc

Xre0uS commented 1 year ago

Many years late but I also ran into this problem, I used https://gitlab.com/saalen/ansifilter, just pass the log though it and you should be good to go. Or use zsh instead. @pradeepprakash if you still need a solution.