ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RP] Info about workspaces


From: Brian May
Subject: Re: [RP] Info about workspaces
Date: Sun, 19 Apr 2009 18:26:33 +1000
User-agent: Mutt/1.5.18 (2008-05-17)

On Sat, Apr 18, 2009 at 04:23:20PM -0700, Shawn Betts wrote:
> I believe I just committed a patch to rpws for this. Check out the git
> version of rp or wait a few days and I'll be making a release.

I just tried this out - from git, and noticed something a bit odd.

rpws has:

    my $i;
    for my $i (1..$num)
    {
        ws_init_ws( $i );
    }

To initialize groups wspl1, wspl2, etc.

However I don't think wspl1 is ever used anywhere:

    if( $which == 1 )
    {
        rp_call( "gselect default" );
    }
    else
    {
        rp_call( "gselect wspl$which");
    }

This is slightly confusing when looking at the output from the
allwindows.sh script, as there is an entry that is never used (that I
can tell anyway).
-- 
Brian May <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]