Re: "\x1b[48;5m" does not reset background colour

2011-02-20 Thread Nicholas Marriott
Yes looks right, I'll fix this after the OpenBSD tree unlocks. Thanks On Sun, Feb 20, 2011 at 10:07:28PM +0900, Yusuke ENDOH wrote: > Hello, > > The following command emits red "foo" and red "bar" in > normal terminal (without tmux). > > $ ruby -e 'puts "\x1b[38;5;1m foo \x1b[48;5m bar"' >

"\x1b[48;5m" does not reset background colour

2011-02-20 Thread Yusuke ENDOH
Hello, The following command emits red "foo" and red "bar" in normal terminal (without tmux). $ ruby -e 'puts "\x1b[38;5;1m foo \x1b[48;5m bar"' foo bar But when it is executed in tmux, red "foo" and *gray* "bar". "\x1b[48;5m" is a sequence to reset background colour, but tmux seems to re

Re: Toggle?

2011-02-20 Thread SamLT
On Sat, Feb 19, 2011 at 11:15:09PM -0800, kevin beckford wrote: > Is is possible to toggle from one screen to another? > > For example: > > window0 -> window5 > window5 -> window0 > >From the manual: | last-window [-t target-session]: | (alias: last) | => Select the last (previously selected)