[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] Changing workspaces takes window along.
From: |
jesus c. meyendriesch |
Subject: |
Re: [RP] Changing workspaces takes window along. |
Date: |
Mon, 17 Jan 2005 10:48:36 +0100 |
User-agent: |
Mutt/1.5.6+20040907i |
Hi..
> With the current cvs Ratpoison, when I change workspaces, the current
> window goes along for the ride. Once I change to a different window
> in the new workspace, the window that came along for the ride is back
> to the workspace it should be.
> So; has anyone else noticed this behavior, or is there something
> strange about my setup?
The problem is that frestore checks the begin of the dumped-line with 'if
(strcmp(tmp, "(frame "))', but strcmp returns a zero if the strings
matched. Therefore I append a small patch which do also some strtok
replacements because strtok_r is somewhat nicer..
greeting
jesus..
ratpo.patch
Description: Text document