Re: stdout becomes scrambled at times when running ag

2014-07-17 Thread Kaushal
@Michael, thanks for the tip on using `reset`. Now at least I don't need to kill the pane every time that happens :) @Nicholas, I'll update from git Thanks for such quick replies! -- Kaushal Modi On Thu, Jul 17, 2014 at 3:24 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > tmux f

Re: stdout becomes scrambled at times when running ag

2014-07-17 Thread Nicholas Marriott
tmux from git may improve this since we support enacs, but it can still happen because of how terminals work. Original message From: Kaushal Date: 17/07/2014 19:33 (GMT+00:00) To: tmux-users@lists.sourceforge.net Subject: stdout becomes scrambled at times when running ag

Re: stdout becomes scrambled at times when running ag

2014-07-17 Thread Michael Garrett
I’m pretty sure that the problem isn’t tmux. I get the same effect when using xterm, iterm, and a few others over the years with no tmux running. The fix for me is to run the unix utility “reset”. Check out “man reset” for more info. Hope this helps. -Mike -just a tmux user On Jul 17, 201

stdout becomes scrambled at times when running ag

2014-07-17 Thread Kaushal
Hi, At times ag (searching tool like grep) ends up searching binary files like pdf and the tmux output becomes something like this: http://i.imgur.com/yy8lw9g.png It is understood that the stdout shows those scrambled characters as 'ag' is trying to read a binary file. But the problem is that I h