Allowing xterm again to be run in tabbed.

Thanks "Oleg O. Chukaev" <oleg.chukaev@mail.ru> for reporting this!
This commit is contained in:
Christoph Lohmann 2013-01-06 14:56:45 +01:00
parent 82fdff0023
commit 66021e959c

View File

@ -730,7 +730,7 @@ void
maprequest(const XEvent *e) {
const XMapRequestEvent *ev = &e->xmaprequest;
if(getclient(ev->window) > -1)
if(getclient(ev->window) < 0)
manage(ev->window);
}