Re: Re: [Patch] Set colours correctly when capturing pane and grid cell resets attribute

2014-09-18 Thread Matthew Darby
That's correct. In fact, after a test, it adds \e[0;39;49m if the previous cell had no colour. There's two issues I can see: 1) If the previous cell's colour was default, it will add the above default colours superfluously. 2) If the current cell colour changes in addition to the attribute being

[tmux:tickets] #158 Sporadic TIOCSWINSZ ioctl() failure on some Solaris versions

2014-09-18 Thread Peter Schow
--- ** [tickets:#158] Sporadic TIOCSWINSZ ioctl() failure on some Solaris versions** **Status:** open **Created:** Wed Sep 17, 2014 06:34 PM UTC by Peter Schow **Last Updated:** Wed Sep 17, 2014 06:34 PM UTC **Owner:** Nicholas Marriott Some older versions of Solaris are susceptible to an occ

tmux scrolling issue

2014-09-18 Thread chokden
Hi, I am new to tmux and i am having a hard time finding a solution for this particular issue. I would be grateful to anyone who can help me :D. While doing a objdump -x filename.xyz, i cant seem to scroll up or down. The scrolling of mouse triggers the history of command i have writen before. An

tmux hangs on aix

2014-09-18 Thread J Raynor
Tmux is hanging on aix, and the problem appears to be a race condition in the implementation of forkpty. Aix has the behavior that, if data has been written to the slave side of a pty but has not been read yet by the master side, then the last close of the slave pty will hang until the data is rea