A collection of tools for GNU Screen

2011-02-10 Thread Bruce Edge
> Today's Topics: > > 1. A collection of tools for GNU Screen. (Artur Skonecki) > This looks very cool !! Must drop everything and try immediately... -Bruce > > > -- > > Message: 1 > Date: Wed, 9 Feb 2011 08:56:54 +0100 (CET)

Re: Set konsole tab title from screen session name

2010-11-10 Thread Bruce Edge
On Wed, Nov 10, 2010 at 9:16 AM, Brandon Boles wrote: > On Wed, Nov 10, 2010 at 12:00:09PM -0500, screen-users-requ...@gnu.orgwrote: > > Date: Tue, 9 Nov 2010 09:15:11 -0800 > > From: Bruce Edge > > Subject: Set konsole tab title from screen session name > >

Set konsole tab title from screen session name

2010-11-09 Thread Bruce Edge
Can this be done? I'd like screen to set the konsole tab name text when the shell in a konsole tab is connected to a named screen session. -Bruce ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

screenlog CR/LF cruft

2010-10-15 Thread Bruce Edge
Is there a .screenrc option that generates cleaner log files? IOW, without the LF characters and other non-printable characters? Thanks -Bruce ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Connect to local X server?

2010-09-11 Thread Bruce Edge
> Today's Topics: > >   1. Connect to local X server? (Shawn Young) > > > -- > > Message: 1 > Date: Fri, 10 Sep 2010 15:18:14 -0600 > From: Shawn Young > Subject: Connect to local X server? > To: screen-users@gnu.org > Message-ID:

Restarting X and screen

2009-06-25 Thread Bruce Edge
> > > > Today's Topics: > > 1. Restarting X and screen (David Collins) > > > -- > > Message: 1 > Date: Thu, 25 Jun 2009 16:57:13 +0100 > From: David Collins > Subject: Restarting X and screen > To: screen-users@gnu.org > Message

windowlist string "(%3n) %{..g}[%{..Y}%t%{..g}]%{..g}%=%f"

2009-02-25 Thread Bruce Edge
I caught this off the "ssh in new screen window (Chris Henderson)" thread and it showed me how to add more formatting to the window list, but I don't understand the syntax completely. Where is in the docs? windowlist string "(%3n) %{..g}[%{..Y}%t%{..g}]%{..g}%=%f" windowlist title "Num Name" H

Re: format windowlist view with color.

2008-07-15 Thread Bruce Edge
On Tue, Jul 15, 2008 at 10:37 AM, Micah Cowan <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Bruce Edge wrote: > > I have a lot of stuff in my screen sessions. 30+ terminal sessions on a > > dozen or more machines. > > I'

format windowlist view with color.

2008-07-15 Thread Bruce Edge
I have a lot of stuff in my screen sessions. 30+ terminal sessions on a dozen or more machines. I've tries a lot of things to make it more readable at a glance, but it keeps coming back to wanting color to highlight sections of it. Does anyone know how to add color escape sequences to the windowli

Title list window colors/columns for readability, aka bling

2008-05-21 Thread Bruce Edge
How do I pass color attributes to the title from the dynamic title set mechanism? I'm using this to set my title: echo -e "^[k " $mytitle `hostname` $PWD" ${%%*} ...more env gibberish here... ^[\\" But I'd like to add some color escape sequences to format it better but I can't figure out wha

Set title to currently running command

2008-05-16 Thread Bruce Edge
Is there a FAQ I should have read first, If so, apologies, and where is it? I want to set the title to match the currently running command. How do I do that in screenrc? I tried the shelltitle "%> |zsh" syntax, but that seems to do nothing. Thanks, Bruce _