HarveyHunt / howm

A lightweight, X11 tiling window manager that behaves like vim
GNU General Public License v2.0
651 stars 24 forks source link

Inifinite loop when the last client of a WS is moved to another WS. #1

Closed HarveyHunt closed 10 years ago

HarveyHunt commented 10 years ago

After some debugging, the following is true:

Ends up being that every client has the same value as head. Let c = head.

head == c head->next == c head->next->next == c ...