stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] tree-height and tree-width


From: Magnus Henoch
Subject: Re: [STUMP] tree-height and tree-width
Date: Wed, 30 Jun 2004 12:33:55 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Shawn Betts <address@hidden> writes:

> Given that the number of frames are probably never going to be more than
> 9, walking the tree twice is probably fine. Also, having tree-bottom and
> tree-right would be useful anyway. I see no problem with your proposal.

Like this:

Attachment: txteAnEdBHtLh.txt
Description: Patch to core.lisp fixing tree-*

Unfortunately this doesn't fix the problem I thought it would solve.
If you have frames like this:

+-------+-------+
|       |   1   |
|       |       |
|   0   +-------+
|       |   2   |
|       |       |
+-------+-------+

and remove first 1, then 2, frame 0 will cover twice the height of the
screen.  My patch doesn't change that a bit.  I'll keep investigating.

While I'm here, a patch to make C-t C-n not abort in an empty frame:

Attachment: txtg5tpbzlxi0.txt
Description: Patch to user.lisp

Magnus

reply via email to

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