Re: Restarting X and screen

2009-06-25 Thread Tom Scogland
es happen I have to restart > the screen session. > > Thanks > David > > > ___ > screen-users mailing list > screen-users@gnu.org > http://lists.gnu.org/mailman/listinfo/screen-users > -- Tom Scogland "When in doubt, use

Re: can 256color be recognized automatically?

2009-03-14 Thread Tom Scogland
Hence the above posting of the variable source. =) source ${HOME}/.screenrc-${TERM} Works perfectly, great for makefiles too where you want to split things up based on an environment variable. Also, "read backlog" might be a good addition to the "awake (or sober)" list. =P On Sat, Mar 14, 2009

Re: can 256color be recognized automatically?

2009-03-14 Thread Tom Scogland
my solution to this problem was to have a line in my screenrc like the following source ${HOME}/.screenrc-${TERM} and just create a few files like .screenrc-xterm and .screenrc-xterm-256color etc that have all my terminal specific settings in them, including 256 color support. just my $0.02 On S

Re: keeping system profile in screen

2009-03-02 Thread Tom Scogland
Maybe your problem is different than I'm thinking, but my first reaction is to say you probably want to put "source /etc/profile" in your shell configuration rather than screen, or use "/bin/bash --init-file /etc/profile" as your shell to execute. Which I think would be the following. shell "/bin/

Re: Very bad/slow redraw with vertical split.

2008-10-24 Thread Tom Scogland
Actually I use vim for that these days. I have an alias that starts vim and runs ":Man " whenever I run man. That means it works nice and fast, and I get nicely highlighted man pages. As to a less stupid dedicated pager, there's always most, which also does syntax highlighting though the key co

Re: branching in screenrc?

2008-09-04 Thread Tom Scogland
Including is how I do this, in fact the following is from my screenrc. source ${HOME}/.screenrc-${TERM} On Fri, Sep 5, 2008 at 1:33 AM, Aaron Davies <[EMAIL PROTECTED]> wrote: > any support for any "if" branching in screenrc's? i two windows boxes > using a common (network-based) homedir, and i w

Re: Solaris 10 - login shell error

2008-09-04 Thread Tom Scogland
Perhaps 'shell -$SHELL' would be more what you're after? On Thu, Sep 4, 2008 at 9:58 AM, Andy Harrison <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > On Tue, Sep 2, 2008 at 12:34 PM, wrote: > > > > Complementing the previous message. > > After some tests, I

Re: [screen-devel] Scripting Support for Screen

2008-07-24 Thread Tom Scogland
On Thu, Jul 24, 2008 at 8:22 PM, Trent W. Buck <[EMAIL PROTECTED]> wrote: > On Thu, Jul 24, 2008 at 02:16:30PM -0700, Micah Cowan wrote: > > I'm not sure I agree on "people know them well" for Haskell. Scheme > > /Lisp probably has a larger developer base than Haskell does. > > Last time I looked,

Re: Two little features (and a bounty?)

2008-07-24 Thread Tom Scogland
What do you mean about the mouse? It already sends mouse codes through from a terminal... On Thu, Jul 24, 2008 at 5:39 PM, Dan Mahoney, System Admin < [EMAIL PROTECTED]> wrote: > Hey all, > > I need two features added to screen, but I'm not a coder. I can (and have) > discussed on this list, as

Re: [screen-devel] Scripting Support for Screen

2008-07-24 Thread Tom Scogland
On Thu, Jul 24, 2008 at 4:16 PM, Micah Cowan <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Tom Scogland wrote: > >> While I'm relatively new here I thought I'd throw in my 2 cents on the > >> matter. Having every

Re: [screen-devel] Scripting Support for Screen

2008-07-24 Thread Tom Scogland
On Thu, Jul 24, 2008 at 2:07 PM, Micah Cowan <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Johannes Weiner wrote: > > The trend I would like to see is not just extending screen with a > > powerful language but reducing the C code where possible by this > > langua

Re: [screen-devel] couple of mac building issues, patch for one

2008-07-02 Thread Tom Scogland
On Wed, Jul 2, 2008 at 11:10 AM, Micah Cowan <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > (My mailer is doing the quoting backwards again) > > Tom Scogland wrote: >> On Thu, Jun 26, 2008 at 12:26 PM, Micah Cowan <[EMAIL PROTECT

Re: [screen-devel] couple of mac building issues, patch for one

2008-07-02 Thread Tom Scogland
On Thu, Jun 26, 2008 at 12:26 PM, Micah Cowan <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Tom Scogland wrote: >> Hi, >> I've been a screen user for a few years on linux, but when switching >> to osx as my primary os not