Re: time formatting?

2009-01-28 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 William Pursell wrote: > William Pursell wrote: >> Aaron Davies wrote: >> >>> ok, here's a patch (i can't get github to work so this is against the >>> tarball http://www.wpursell.net/screen-4.1.0w.110-349d.tar.gz) >> the github address I gave is wrong

Re: Variable colors in hardstatus line

2009-01-28 Thread Chris Jones
On Wed, Jan 28, 2009 at 09:33:25PM EST, Joe Zbiciak wrote: > Chris Jones wrote: > > > > I need to conform to screen's "STRING ESCAPES" syntax for coloring and > > therefore I can't just use the underlying xterm's ctlseq's as I was > > naively trying to do. :-( > > > > Or to put it another way,

Re: capturing the bell

2009-01-28 Thread Micah Cowan
JuanPablo wrote: > Micah, > many thanks for you reply. > is posible capture of similarly the alerm messages of screen ? Unfortunately, I don't know of a practical way to do this. Perhaps someone more clever than I will think of something. -- Micah J. Cowan Programmer, musician, typesetting ent

Re: Variable colors in hardstatus line

2009-01-28 Thread Joe Zbiciak
Chris Jones wrote: > I need to conform to screen's "STRING ESCAPES" syntax for coloring and > therefore I can't just use the underlying xterm's ctlseq's as I was > naively trying to do. :-( > > Or to put it another way, since screen's syntax only supports 8+8 colors > via the "color" letters [k

Re: Variable colors in hardstatus line

2009-01-28 Thread Chris Jones
On Wed, Jan 28, 2009 at 01:50:44PM EST, Adrian Rollett wrote: > I've found that the only way to implement something like this is to > have your backtick script vary the output according to the > temperature. For instance, here's a fragment from a script I use to > output the current disk use, col

Re: Variable colors in hardstatus line

2009-01-28 Thread Adrian Rollett
I've found that the only way to implement something like this is to have your backtick script vary the output according to the temperature. For instance, here's a fragment from a script I use to output the current disk use, colored according to percentage used: if [[ "${PERCENTAGE}" -lt 85

Re: updating the build

2009-01-28 Thread William Pursell
Christian Ebert wrote: > * William Pursell on Tuesday, January 27, 2009 at 18:44:22 + >> Christian Ebert wrote: >>> Do you have your own gnulib installed on OSX/i386? atm I'd have >>> to grab it just for wscreen ;-) >> Yes, I just clone the git repo for gnulib to $HOME/gnulib >> and put $HOME/g

Re: capturing the bell

2009-01-28 Thread JuanPablo
Micah, many thanks for you reply. is posible capture of similarly the alerm messages of screen ? On Wed, Jan 28, 2009 at 3:29 AM, Micah Cowan wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > JuanPablo wrote: > > hi, > > is posible capture the bell of screen in other program? > >

Re: updating the build

2009-01-28 Thread Christian Ebert
* William Pursell on Tuesday, January 27, 2009 at 18:44:22 + > Christian Ebert wrote: >> Do you have your own gnulib installed on OSX/i386? atm I'd have >> to grab it just for wscreen ;-) > > Yes, I just clone the git repo for gnulib to $HOME/gnulib > and put $HOME/gnulib in my path. There ar

Re: time formatting?

2009-01-28 Thread William Pursell
William Pursell wrote: > Aaron Davies wrote: > >> ok, here's a patch (i can't get github to work so this is against the >> tarball http://www.wpursell.net/screen-4.1.0w.110-349d.tar.gz) > > the github address I gave is wrong. Micah posted the correction. > This should work (or s/clone/pull/): >