Tmux starts slowing down badly after long periods of execution

2011-01-20 Thread Samer Atiani
I notice this on most of my computers (all have ubuntu, versions 9.10 and 10.04): 1- Open up tmux (my usual session is a full screen terminal with finch running on one window, and various utilities running in other windows, mostly vim). 2- Lock your computer for the night, leave tmux open for 12

Re: Tmux starts slowing down badly after long periods of execution

2011-01-20 Thread Nicholas Marriott
tmux version? On Thu, Jan 20, 2011 at 09:50:11AM -0500, Samer Atiani wrote: I notice this on most of my computers (all have ubuntu, versions 9.10 and 10.04): 1- Open up tmux (my usual session is a full screen terminal with finch running on one window, and various utilities

patch to support 256 colors in fbterm

2011-01-20 Thread Stephen Prater
I have completed a patch to tmux which enables 256 color support in fbterm (or any other term that uses non standard 256 color escape sequences) as well as xterm / etc. It does this by honoring terminfo setaf / setab entries for escape sequences on 256 / 88 color terminals. i have a few

Re: patch to support 256 colors in fbterm

2011-01-20 Thread Nicholas Marriott
On Thu, Jan 20, 2011 at 04:31:22PM -0600, Stephen Prater wrote: I have completed a patch to tmux which enables 256 color support in fbterm (or any other term that uses non standard 256 color escape sequences) as well as xterm / etc. It does this by honoring terminfo setaf / setab entries