Re: changing lower prompt

2006-01-04 Thread Thomas Köhler
Hi, Anthony Ettinger wrote: > I want to stick a path or filename and/or both if possible. > > Right now I get "1 BASH 2* BASH" > > would be nice to have which file I have open, just filename I guess. For me, it's not completly clear what you want. But just if I understood correctly... I u

changing lower prompt

2006-01-04 Thread Anthony Ettinger
I want to stick a path or filename and/or both if possible. Right now I get "1 BASH      2* BASH" would be nice to have which file I have open, just filename I guess. -- Anthony EttingerSignature: http://chovy.dyndns.org/hcard.html ___ screen-users mai

Re: specifying a name for the logfile when using the -L option

2006-01-04 Thread bill
Dan Huston wrote: Is there a way to specify the name of the logfile that is created when using the -L option? Here's a patch that makes -L take an optional argument. (So %screen -L bash will use "bash" as the base for the logfile, but % screen -L - bash will use "screenlog" for the logfile a

Re: How do I get a windowlist to STDOUT?

2006-01-04 Thread Rod Nussbaumer
Aaron Griffin wrote: On 1/3/06, Robert Blackwell <[EMAIL PROTECTED]> wrote: I have been digging around to find a nice way to output the windowlist to STDOUT but have not seen an easy solution. I would like to be able to do something like this screen -X windowlist > windows.txt I've been lo