Re: tmux strange behavior on FreeBSD with SC_PIXEL_MODE kernel

2010-10-14 Thread Sébastien Santoro
That's exact. The FreeBSD console is powered by TEKEN, a library that emulates cons25 (by default in current FreeBSD versions) or xterm (will be the default for FreeBSD 9+) and everything works fine in the last case. On Thu, Oct 14, 2010 at 1:59 AM, Nicholas Marriott wrote: > So everything works

Re: tmux strange behavior on FreeBSD with SC_PIXEL_MODE kernel

2010-10-13 Thread Nicholas Marriott
So everything works now w/ xterm emulation so long as you don't let console output scribble over tmux? I wouldn't be surprised if tmux had issues with cons25, I haven't tried it recently. On Tue, Sep 28, 2010 at 05:16:27PM +0200, Sébastien Santoro wrote: > Hi, > > Good News everyone! > > Free

Re: tmux strange behavior on FreeBSD with SC_PIXEL_MODE kernel

2010-09-28 Thread Sébastien Santoro
Hi, Good News everyone! FreeBSD 9.0-CURRENT default console isn't a cons25 emulation anymore but a xterm emulation one. Fragment from the UPDATING file: 20091113: The default terminal emulation for syscons(4) has been changed from cons25 to xterm on all platforms except pc98. Th

Re: tmux strange behavior on FreeBSD with SC_PIXEL_MODE kernel

2010-09-21 Thread Sébastien Santoro
Good evening, On Tue, Sep 21, 2010 at 10:18 PM, Nicholas Marriott wrote: > what tmux version? > what freebsd version? FreeBSD 8.1 (GENERIC or custom kernel) tmux 1.3 (last stable version) and reproductible against last CVS version libevent 1.4.14b > what is TERM set to inside and outside tmux? T

Re: tmux strange behavior on FreeBSD with SC_PIXEL_MODE kernel

2010-09-21 Thread Nicholas Marriott
what tmux version? what is TERM set to inside and outside tmux? what freebsd version? does it work okay with the standard freebsd console? On Tue, Sep 21, 2010 at 07:08:52PM +0200, S?bastien Santoro wrote: > Good evening, > > When you recompile the FreeBSD kernel with the VESA and SC_PIXEL_MO

tmux strange behavior on FreeBSD with SC_PIXEL_MODE kernel

2010-09-21 Thread Sébastien Santoro
Good evening, When you recompile the FreeBSD kernel with the VESA and SC_PIXEL_MODE options, to be able to have a full screen console, tmux behaves rather strangely. I took this video from a VMWare virtual machine with such environment: http://www.youtube.com/watch?v=dyzxSOlDWTw (streaming) If y