public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* User name in screen caption not displaying with snapshot from 28th
@ 2011-05-30 15:25 Thorsten Kampe
  2011-05-31 14:20 ` Andrew Schulman
  0 siblings, 1 reply; 4+ messages in thread
From: Thorsten Kampe @ 2011-05-30 15:25 UTC (permalink / raw)
  To: cygwin

Hi,

I have these two lines in my .screenr:

backtick  0 0 0 echo $LOGNAME
caption always "%{= c}[%0`@%H:%n%f  %{w}%t  %{r}loadavg: %l  %=%{g}%Y-%
m-%d %0c:%s]%{d}"

Screen always displayed this until cygwin1-20110520.dll as 
[thorsten@hombre:0$    loadavg: 0.00 0.00 0.00      2011-05-30 17:20:46]

Starting with cygwin1-20110528.dll it displays as:
[@hombre:0$    loadavg: 0.00 0.00 0.00      2011-05-30 17:20:46]

$LOGNAME is nonetheless set

Thorsten


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: User name in screen caption not displaying with snapshot from 28th
  2011-05-30 15:25 User name in screen caption not displaying with snapshot from 28th Thorsten Kampe
@ 2011-05-31 14:20 ` Andrew Schulman
  2011-05-31 22:35   ` Thorsten Kampe
  2011-06-01  8:35   ` Thorsten Kampe
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew Schulman @ 2011-05-31 14:20 UTC (permalink / raw)
  To: cygwin

> I have these two lines in my .screenr:
> 
> backtick  0 0 0 echo $LOGNAME
> caption always "%{= c}[%0`@%H:%n%f  %{w}%t  %{r}loadavg: %l  %=%{g}%Y-%
> m-%d %0c:%s]%{d}"
> 
> Screen always displayed this until cygwin1-20110520.dll as 
> [thorsten@hombre:0$    loadavg: 0.00 0.00 0.00      2011-05-30 17:20:46]
> 
> Starting with cygwin1-20110528.dll it displays as:
> [@hombre:0$    loadavg: 0.00 0.00 0.00      2011-05-30 17:20:46]
> 
> $LOGNAME is nonetheless set

Thorsten, can you confirm that the difference is only due to cygwin1.dll,
and not to a different version of screen?

The reason I ask is that I did just issue a minor update to screen, version
4.0.3-7.  The build didn't change AFAIK - I just added some documentation -
but I'd like to be sure.

Thanks,
Andrew.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: User name in screen caption not displaying with snapshot from 28th
  2011-05-31 14:20 ` Andrew Schulman
@ 2011-05-31 22:35   ` Thorsten Kampe
  2011-06-01  8:35   ` Thorsten Kampe
  1 sibling, 0 replies; 4+ messages in thread
From: Thorsten Kampe @ 2011-05-31 22:35 UTC (permalink / raw)
  To: cygwin

* Andrew Schulman (Tue, 31 May 2011 10:20:16 -0400)
> > I have these two lines in my .screenr:
> > 
> > backtick  0 0 0 echo $LOGNAME
> > caption always "%{= c}[%0`@%H:%n%f  %{w}%t  %{r}loadavg: %l  %=%{g}%Y-%
> > m-%d %0c:%s]%{d}"
> > 
> > Screen always displayed this until cygwin1-20110520.dll as 
> > [thorsten@hombre:0$    loadavg: 0.00 0.00 0.00      2011-05-30 17:20:46]
> > 
> > Starting with cygwin1-20110528.dll it displays as:
> > [@hombre:0$    loadavg: 0.00 0.00 0.00      2011-05-30 17:20:46]
> > 
> > $LOGNAME is nonetheless set
> 
> Thorsten, can you confirm that the difference is only due to cygwin1.dll,
> and not to a different version of screen?

Yes, I can confirm that. It's sounds to me like it maybe connected to 
the pipe issue. "backtick" = "The output of such a command is used for 
substitution of the "%`" string escape."

Thorsten


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: User name in screen caption not displaying with snapshot from 28th
  2011-05-31 14:20 ` Andrew Schulman
  2011-05-31 22:35   ` Thorsten Kampe
@ 2011-06-01  8:35   ` Thorsten Kampe
  1 sibling, 0 replies; 4+ messages in thread
From: Thorsten Kampe @ 2011-06-01  8:35 UTC (permalink / raw)
  To: cygwin

* Andrew Schulman (Tue, 31 May 2011 10:20:16 -0400)
> 
> > I have these two lines in my .screenr:
> > 
> > backtick  0 0 0 echo $LOGNAME
> > caption always "%{= c}[%0`@%H:%n%f  %{w}%t  %{r}loadavg: %l  %=%{g}%Y-%
> > m-%d %0c:%s]%{d}"
> > 
> > Screen always displayed this until cygwin1-20110520.dll as 
> > [thorsten@hombre:0$    loadavg: 0.00 0.00 0.00      2011-05-30 17:20:46]
> > 
> > Starting with cygwin1-20110528.dll it displays as:
> > [@hombre:0$    loadavg: 0.00 0.00 0.00      2011-05-30 17:20:46]
> > 
> > $LOGNAME is nonetheless set
> 
> Thorsten, can you confirm that the difference is only due to cygwin1.dll,
> and not to a different version of screen?
> 
> The reason I ask is that I did just issue a minor update to screen, version
> 4.0.3-7.  The build didn't change AFAIK - I just added some documentation -
> but I'd like to be sure.

Fixed in June, 1st snapshot

Thorsten


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-06-01  8:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-30 15:25 User name in screen caption not displaying with snapshot from 28th Thorsten Kampe
2011-05-31 14:20 ` Andrew Schulman
2011-05-31 22:35   ` Thorsten Kampe
2011-06-01  8:35   ` Thorsten Kampe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).