Allowing xterm again to be run in tabbed. - tabbed - tab interface for application supporting Xembed
(HTM) git clone git://git.suckless.org/tabbed
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 66021e959ca27b9be90e1440592812345404a452
(DIR) parent 82fdff00239196e97958aceb6139f650fd9122ee
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sun, 6 Jan 2013 14:56:45 +0100
Allowing xterm again to be run in tabbed.
Thanks "Oleg O. Chukaev" <oleg.chukaev@mail.ru> for reporting this!
Diffstat:
M tabbed.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/tabbed.c b/tabbed.c
@@ -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);
}