On Mon, Jan 19, 2009 at 03:12:29PM +0000, Christian Weisgerber wrote: > Nicholas Marriott <[email protected]> wrote: > > > Update to new tmux version 0.6. > > Clock-mode doesn't seem to work. It clears the screen, except for > the status line, and positions the cursor in the lower right corner. > There is no clock, apart from the one in the status line. > > ... > > Oh. Let me revise that. Clock-mode requires color. Running with > TERM=xterm-xfree86, I see this big clock in the middle of the screen. > With default monochrome xterm, the clock is white on white, I guess.
Whoops, yes, it draws it by setting the background colour and using spaces, obviously if the terminal doesn't support setting colours then this doesn't work... doh. I've changed it to use reverse attributes instead which works with both b&w and colour terminals - this change will be in 0.7. Now the only problem is terminals which doesn't support reverse, but I don't think there is much to be done about them. Thanks, Nicholas
